#92704F

Color #92704F Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #92704F

Tints of Pale Brown #92704F

Color information

#92704F (or 0x92704F) is unknown color: approx Pale Brown. HEX triplet: 92, 70 and 4F. RGB value is (146,112,79). Sum of RGB (Red+Green+Blue) = 146+112+79=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92704F is #6D8FB0. Grayscale: #767676. Windows color (decimal): -7180209 or 5206162. OLE color: 5206162.

HSL color Cylindrical-coordinate representation of color #92704F: hue angle of 29.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92704F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14611279-
CMYK00.230.460.43
HSL29.55º29.78%44.12%-
HSV(B)29.55º45.89%57.25%-
XYZ19.0618.269.92-
YUV118.4105.76147.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=43.32%
G=33.23%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461127900.230.460.4329.5529.7844.12
Hex92704F0172E2B1e1e2c
Octal2221601170275653363654
Binary10010010111000010011110101111011101010111111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92704F; }

 p { color: rgb(146,112,79); }

 H1.HeaderClassName
 {
   color: #92704F;
 }
 .AnyTagClassName
 {
   color: #92704F;
 }
</style>
background-color css

<style>
 a { background-color: #92704F; }

 a { background-color: rgb(146,112,79); }

 div.DivClassName
 {
   background-color: #92704F;
 }
 .BgClassName
 {
   background-color: #92704F;
 }
</style>
border-color css

<style>
 span { border-color: #92704F; }

 span { border-color: rgb(146,112,79); }

 td.TdClassName
 {
   border-color: #92704F;
 }
 .TagClassName
 {
   border-color: #92704F;
 }
</style>