Html Css Color HEX #885F08 Golden Brown

📋 copy color: '#885F08'

red 136 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #885F08

Tints of Golden Brown #885F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.75%

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

R = 56.9%
G = 39.75%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#885F08 (or 0x885F08) is known color: Golden Brown. HEX triplet: 88, 5F and 08. RGB value is (136,95,8). Sum of RGB (Red+Green+Blue) = 136+95+8=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #885F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F08 is #77A0F7. Grayscale: #616161. Windows color (decimal): -7839992 or 548744. OLE color: 548744.

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

Color convert

RGB 136 95 8 -
CMYK 0 0.30 0.94 0.47
HSL 40.78º 0.89% 0.28% -
HSV(B) 40.78º 0.94% 0.53% -
XYZ 14.29 13.44 2.07 -
YUV 97.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 136 95 8 0 0.30 0.94 0.47 40.78 0.89 0.28
Hex 88 5F 8 0 1E 5E 2F 29 59 1C
Octal 210 137 10 0 36 136 57 51 131 34
Binary 10001000 1011111 1000 0 11110 1011110 101111 101001 1011001 11100

Color Harmonies of #885F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F08

Black with #885F08

Text Example


Text Example

White with #885F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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