Html Css Color HEX #885D08 Golden Brown

📋 copy color: '#885D08'

red 136 ◦ green 93 ◦ blue 8

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

Shades of Golden Brown #885D08

Tints of Golden Brown #885D08

RGB

 RED value IS 136 (53.52% from 255) = 57.38%

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 57.38%
G = 39.24%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#885D08 (or 0x885D08) is known color: Golden Brown. HEX triplet: 88, 5D and 08. RGB value is (136,93,8). Sum of RGB (Red+Green+Blue) = 136+93+8=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #885D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D08 is #77A2F7. Grayscale: #606060. Windows color (decimal): -7840504 or 548232. OLE color: 548232.

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

Color convert

RGB 136 93 8 -
CMYK 0 0.32 0.94 0.47
HSL 39.84º 0.89% 0.28% -
HSV(B) 39.84º 0.94% 0.53% -
XYZ 14.11 13.08 2.01 -
YUV 96.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 136 93 8 0 0.32 0.94 0.47 39.84 0.89 0.28
Hex 88 5D 8 0 20 5E 2F 28 59 1C
Octal 210 135 10 0 40 136 57 50 131 34
Binary 10001000 1011101 1000 0 100000 1011110 101111 101000 1011001 11100

Color Harmonies of #885D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D08

Black with #885D08

Text Example


Text Example

White with #885D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,8); }

 H1.HeaderClassName
 {
   color: #885D08;
 }
 .AnyTagClassName
 {
   color: #885D08;
 }
</style>

background-color css

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

 a { background-color: rgb(136,93,8); }

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

border-color css

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

 span { border-color: rgb(136,93,8); }

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