#92704B

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

Shades of Pale Brown #92704B

Tints of Pale Brown #92704B

Color information

#92704B (or 0x92704B) is unknown color: approx Pale Brown. HEX triplet: 92, 70 and 4B. RGB value is (146,112,75). Sum of RGB (Red+Green+Blue) = 146+112+75=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #92704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92704B is #6D8FB4. Grayscale: #767676. Windows color (decimal): -7180213 or 4944018. OLE color: 4944018.

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

Color convert

RGB14611275-
CMYK00.230.490.43
HSL31.27º32.13%43.33%-
HSV(B)31.27º48.63%57.25%-
XYZ18.9218.219.17-
YUV117.95103.76148.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=43.84%
G=33.63%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461127500.230.490.4331.2732.1343.33
Hex92704B017312B1f202b
Octal2221601130276153374053
Binary100100101110000100101101011111000110101111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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