#885807

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

Shades of Golden Brown #885807

Tints of Golden Brown #885807

Color information

#885807 (or 0x885807) is unknown color: approx Golden Brown. HEX triplet: 88, 58 and 07. RGB value is (136,88,7). Sum of RGB (Red+Green+Blue) = 136+88+7=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #885807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885807 is #77A7F8. Grayscale: #5D5D5D. Windows color (decimal): -7841785 or 481416. OLE color: 481416.

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

Color convert

RGB136887-
CMYK00.350.950.47
HSL37.67º90.21%28.04%-
HSV(B)37.67º94.85%53.33%-
XYZ13.6812.231.84-
YUV93.1279.4158.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=58.87%
G=38.10%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13688700.350.950.4737.6790.2128.04
Hex885870235F2F265a1c
Octal2101307043137574613234
Binary10001000101100011101000111011111101111100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885807; }

 p { color: rgb(136,88,7); }

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

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

 a { background-color: rgb(136,88,7); }

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

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

 span { border-color: rgb(136,88,7); }

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