Html Css Color HEX #885514 Saddle Brown

📋 copy color: '#885514'

red 136 ◦ green 85 ◦ blue 20

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

Shades of Saddle Brown #885514

Tints of Saddle Brown #885514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 56.43%
G = 35.27%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885514 (or 0x885514) is known color: Saddle Brown. HEX triplet: 88, 55 and 14. RGB value is (136,85,20). Sum of RGB (Red+Green+Blue) = 136+85+20=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #885514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885514 is #77AAEB. Grayscale: #5D5D5D. Windows color (decimal): -7842540 or 1332616. OLE color: 1332616.

HSL color Cylindrical-coordinate representation of color #885514: hue angle of 33.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #885514 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 20 -
CMYK 0 0.38 0.85 0.47
HSL 33.62º 0.74% 0.31% -
HSV(B) 33.62º 0.85% 0.53% -
XYZ 13.53 11.78 2.22 -
YUV 92.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 136 85 20 0 0.38 0.85 0.47 33.62 0.74 0.31
Hex 88 55 14 0 26 55 2F 22 4A 1F
Octal 210 125 24 0 46 125 57 42 112 37
Binary 10001000 1010101 10100 0 100110 1010101 101111 100010 1001010 11111

Color Harmonies of #885514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885514

Black with #885514

Text Example


Text Example

White with #885514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885514; }

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

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

background-color css

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

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

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

border-color css

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

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

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