Html Css Color HEX #885C01 Golden Brown

📋 copy color: '#885C01'

red 136 ◦ green 92 ◦ blue 1

#885C01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #885C01

Tints of Golden Brown #885C01

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 value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885C01 (or 0x885C01) is known color: 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

RGB 136 92 1 -
CMYK 0 0.32 0.99 0.47
HSL 40.44º 0.99% 0.27% -
HSV(B) 40.44º 0.99% 0.53% -
XYZ 13.99 12.89 1.78 -
YUV 94.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 136 92 1 0 0.32 0.99 0.47 40.44 0.99 0.27
Hex 88 5C 1 0 20 63 2F 28 63 1B
Octal 210 134 1 0 40 143 57 50 143 33
Binary 10001000 1011100 1 0 100000 1100011 101111 101000 1100011 11011

Color Harmonies of #885C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C01

Black with #885C01

Text Example


Text Example

White with #885C01

Text Example


Text Example

HTML Codes & Css Web 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>