Html Css Color HEX #885608 Golden Brown

📋 copy color: '#885608'

red 136 ◦ green 86 ◦ blue 8

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

Shades of Golden Brown #885608

Tints of Golden Brown #885608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

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

R = 59.13%
G = 37.39%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#885608 (or 0x885608) is known color: Golden Brown. HEX triplet: 88, 56 and 08. RGB value is (136,86,8). Sum of RGB (Red+Green+Blue) = 136+86+8=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #885608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885608 is #77A9F7. Grayscale: #5C5C5C. Windows color (decimal): -7842296 or 546440. OLE color: 546440.

HSL color Cylindrical-coordinate representation of color #885608: hue angle of 36.56º 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 #885608 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 86 8 -
CMYK 0 0.37 0.94 0.47
HSL 36.56º 0.89% 0.28% -
HSV(B) 36.56º 0.94% 0.53% -
XYZ 13.52 11.91 1.82 -
YUV 92.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 136 86 8 0 0.37 0.94 0.47 36.56 0.89 0.28
Hex 88 56 8 0 25 5E 2F 25 59 1C
Octal 210 126 10 0 45 136 57 45 131 34
Binary 10001000 1010110 1000 0 100101 1011110 101111 100101 1011001 11100

Color Harmonies of #885608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885608

Black with #885608

Text Example


Text Example

White with #885608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885608; }

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

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

background-color css

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

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

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

border-color css

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

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

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