#885904

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

Shades of Golden Brown #885904

Tints of Golden Brown #885904

Color information

#885904 (or 0x885904) is unknown color: approx Golden Brown. HEX triplet: 88, 59 and 04. RGB value is (136,89,4). Sum of RGB (Red+Green+Blue) = 136+89+4=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885904 is #77A6FB. Grayscale: #5D5D5D. Windows color (decimal): -7841532 or 285064. OLE color: 285064.

HSL color Cylindrical-coordinate representation of color #885904: hue angle of 38.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #885904 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB136894-
CMYK00.350.970.47
HSL38.64º94.29%27.45%-
HSV(B)38.64º97.06%53.33%-
XYZ13.7512.391.78-
YUV93.3677.57158.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=59.39%
G=38.86%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13689400.350.970.4738.6494.2927.45
Hex88594023612F275e1b
Octal2101314043141574713633
Binary10001000101100110001000111100001101111100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885904; }

 p { color: rgb(136,89,4); }

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

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

 a { background-color: rgb(136,89,4); }

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

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

 span { border-color: rgb(136,89,4); }

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