Html Css Color HEX #893514 Saddle Brown

📋 copy color: '#893514'

red 137 ◦ green 53 ◦ blue 20

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

Shades of Saddle Brown #893514

Tints of Saddle Brown #893514

RGB

 RED value IS 137 (53.91% from 255) = 65.24%

 GREEN value IS 53 (21.09% from 255) = 25.24%

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

R = 65.24%
G = 25.24%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#893514 (or 0x893514) is known color: Saddle Brown. HEX triplet: 89, 35 and 14. RGB value is (137,53,20). Sum of RGB (Red+Green+Blue) = 137+53+20=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #893514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893514 is #76CAEB. Grayscale: #4A4A4A. Windows color (decimal): -7785196 or 1324425. OLE color: 1324425.

HSL color Cylindrical-coordinate representation of color #893514: hue angle of 16.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #893514 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 20 -
CMYK 0 0.61 0.85 0.46
HSL 16.92º 0.75% 0.31% -
HSV(B) 16.92º 0.85% 0.54% -
XYZ 11.72 7.92 1.57 -
YUV 74.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 137 53 20 0 0.61 0.85 0.46 16.92 0.75 0.31
Hex 89 35 14 0 3D 55 2E 11 4B 1F
Octal 211 65 24 0 75 125 56 21 113 37
Binary 10001001 110101 10100 0 111101 1010101 101110 10001 1001011 11111

Color Harmonies of #893514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893514

Black with #893514

Text Example


Text Example

White with #893514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893514; }

 p { color: rgb(137,53,20); }

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

background-color css

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

 a { background-color: rgb(137,53,20); }

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

border-color css

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

 span { border-color: rgb(137,53,20); }

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