Html Css Color HEX #885F10 Golden Brown

📋 copy color: '#885F10'

red 136 ◦ green 95 ◦ blue 16

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

Shades of Golden Brown #885F10

Tints of Golden Brown #885F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 55.06%
G = 38.46%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#885F10 (or 0x885F10) is known color: Golden Brown. HEX triplet: 88, 5F and 10. RGB value is (136,95,16). Sum of RGB (Red+Green+Blue) = 136+95+16=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #885F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F10 is #77A0EF. Grayscale: #626262. Windows color (decimal): -7839984 or 1073032. OLE color: 1073032.

HSL color Cylindrical-coordinate representation of color #885F10: hue angle of 39.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #885F10 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 16 -
CMYK 0 0.30 0.88 0.47
HSL 39.5º 0.79% 0.3% -
HSV(B) 39.5º 0.88% 0.53% -
XYZ 14.34 13.46 2.33 -
YUV 98.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 136 95 16 0 0.30 0.88 0.47 39.5 0.79 0.3
Hex 88 5F 10 0 1E 58 2F 28 4F 1E
Octal 210 137 20 0 36 130 57 50 117 36
Binary 10001000 1011111 10000 0 11110 1011000 101111 101000 1001111 11110

Color Harmonies of #885F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F10

Black with #885F10

Text Example


Text Example

White with #885F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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