Html Css Color HEX #885014 Saddle Brown

📋 copy color: '#885014'

red 136 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #885014

Tints of Saddle Brown #885014

RGB

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

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

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

R = 57.63%
G = 33.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885014 (or 0x885014) is known color: Saddle Brown. HEX triplet: 88, 50 and 14. RGB value is (136,80,20). Sum of RGB (Red+Green+Blue) = 136+80+20=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #885014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885014 is #77AFEB. Grayscale: #5A5A5A. Windows color (decimal): -7843820 or 1331336. OLE color: 1331336.

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

Color convert

RGB 136 80 20 -
CMYK 0 0.41 0.85 0.47
HSL 31.03º 0.74% 0.31% -
HSV(B) 31.03º 0.85% 0.53% -
XYZ 13.15 11.02 2.1 -
YUV 89.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 136 80 20 0 0.41 0.85 0.47 31.03 0.74 0.31
Hex 88 50 14 0 29 55 2F 1F 4A 1F
Octal 210 120 24 0 51 125 57 37 112 37
Binary 10001000 1010000 10100 0 101001 1010101 101111 11111 1001010 11111

Color Harmonies of #885014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885014

Black with #885014

Text Example


Text Example

White with #885014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885014; }

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

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

background-color css

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

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

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

border-color css

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

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

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