Html Css Color HEX #885012 Saddle Brown

📋 copy color: '#885012'

red 136 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #885012

Tints of Saddle Brown #885012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

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

R = 58.12%
G = 34.19%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#885012 (or 0x885012) is known color: Saddle Brown. HEX triplet: 88, 50 and 12. RGB value is (136,80,18). Sum of RGB (Red+Green+Blue) = 136+80+18=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #885012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885012 is #77AFED. Grayscale: #595959. Windows color (decimal): -7843822 or 1200264. OLE color: 1200264.

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

Color convert

RGB 136 80 18 -
CMYK 0 0.41 0.87 0.47
HSL 31.53º 0.77% 0.3% -
HSV(B) 31.53º 0.87% 0.53% -
XYZ 13.13 11.02 2.01 -
YUV 89.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 136 80 18 0 0.41 0.87 0.47 31.53 0.77 0.3
Hex 88 50 12 0 29 57 2F 20 4D 1E
Octal 210 120 22 0 51 127 57 40 115 36
Binary 10001000 1010000 10010 0 101001 1010111 101111 100000 1001101 11110

Color Harmonies of #885012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885012

Black with #885012

Text Example


Text Example

White with #885012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885012; }

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

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

background-color css

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

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

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

border-color css

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

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

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