Html Css Color HEX #885112 Saddle Brown

📋 copy color: '#885112'

red 136 ◦ green 81 ◦ blue 18

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

Shades of Saddle Brown #885112

Tints of Saddle Brown #885112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 57.87%
G = 34.47%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#885112 (or 0x885112) is known color: Saddle Brown. HEX triplet: 88, 51 and 12. RGB value is (136,81,18). Sum of RGB (Red+Green+Blue) = 136+81+18=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885112 is #77AEED. Grayscale: #5A5A5A. Windows color (decimal): -7843566 or 1200520. OLE color: 1200520.

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

Color convert

RGB 136 81 18 -
CMYK 0 0.40 0.87 0.47
HSL 32.03º 0.77% 0.3% -
HSV(B) 32.03º 0.87% 0.53% -
XYZ 13.2 11.16 2.03 -
YUV 90.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 136 81 18 0 0.40 0.87 0.47 32.03 0.77 0.3
Hex 88 51 12 0 28 57 2F 20 4D 1E
Octal 210 121 22 0 50 127 57 40 115 36
Binary 10001000 1010001 10010 0 101000 1010111 101111 100000 1001101 11110

Color Harmonies of #885112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885112

Black with #885112

Text Example


Text Example

White with #885112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885112; }

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

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

background-color css

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

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

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

border-color css

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

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

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