#885C01

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

Shades of Golden Brown #885C01

Tints of Golden Brown #885C01

Color information

#885C01 (or 0x885C01) is unknown color: approx Golden Brown. HEX triplet: 88, 5C and 01. RGB value is (136,92,1). Sum of RGB (Red+Green+Blue) = 136+92+1=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C01 is #77A3FE. Grayscale: #5F5F5F. Windows color (decimal): -7840767 or 89224. OLE color: 89224.

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

Color convert

RGB136921-
CMYK00.320.990.47
HSL40.44º98.54%26.86%-
HSV(B)40.44º99.26%53.33%-
XYZ13.9912.891.78-
YUV94.7875.08157.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=59.39%
G=40.17%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13692100.320.990.4740.4498.5426.86
Hex885C1020632F28631b
Octal2101341040143575014333
Binary100010001011100101000001100011101111101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885C01; }

 p { color: rgb(136,92,1); }

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

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

 a { background-color: rgb(136,92,1); }

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

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

 span { border-color: rgb(136,92,1); }

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