Html Css Color HEX #885512 Saddle Brown

📋 copy color: '#885512'

red 136 ◦ green 85 ◦ blue 18

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

Shades of Saddle Brown #885512

Tints of Saddle Brown #885512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 56.9%
G = 35.56%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#885512 (or 0x885512) is known color: Saddle Brown. HEX triplet: 88, 55 and 12. RGB value is (136,85,18). Sum of RGB (Red+Green+Blue) = 136+85+18=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #885512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885512 is #77AAED. Grayscale: #5C5C5C. Windows color (decimal): -7842542 or 1201544. OLE color: 1201544.

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

Color convert

RGB 136 85 18 -
CMYK 0 0.38 0.87 0.47
HSL 34.07º 0.77% 0.3% -
HSV(B) 34.07º 0.87% 0.53% -
XYZ 13.51 11.77 2.13 -
YUV 92.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 136 85 18 0 0.38 0.87 0.47 34.07 0.77 0.3
Hex 88 55 12 0 26 57 2F 22 4D 1E
Octal 210 125 22 0 46 127 57 42 115 36
Binary 10001000 1010101 10010 0 100110 1010111 101111 100010 1001101 11110

Color Harmonies of #885512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885512

Black with #885512

Text Example


Text Example

White with #885512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885512; }

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

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

background-color css

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

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

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

border-color css

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

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

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