Html Css Color HEX #885F12 Golden Brown

📋 copy color: '#885F12'

red 136 ◦ green 95 ◦ blue 18

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

Shades of Golden Brown #885F12

Tints of Golden Brown #885F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 54.62%
G = 38.15%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#885F12 (or 0x885F12) is known color: Golden Brown. HEX triplet: 88, 5F and 12. RGB value is (136,95,18). Sum of RGB (Red+Green+Blue) = 136+95+18=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #885F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F12 is #77A0ED. Grayscale: #626262. Windows color (decimal): -7839982 or 1204104. OLE color: 1204104.

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

Color convert

RGB 136 95 18 -
CMYK 0 0.30 0.87 0.47
HSL 39.15º 0.77% 0.3% -
HSV(B) 39.15º 0.87% 0.53% -
XYZ 14.35 13.46 2.41 -
YUV 98.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 136 95 18 0 0.30 0.87 0.47 39.15 0.77 0.3
Hex 88 5F 12 0 1E 57 2F 27 4D 1E
Octal 210 137 22 0 36 127 57 47 115 36
Binary 10001000 1011111 10010 0 11110 1010111 101111 100111 1001101 11110

Color Harmonies of #885F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F12

Black with #885F12

Text Example


Text Example

White with #885F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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