Html Css Color HEX #893F14 Saddle Brown

📋 copy color: '#893F14'

red 137 ◦ green 63 ◦ blue 20

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

Shades of Saddle Brown #893F14

Tints of Saddle Brown #893F14

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

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

R = 62.27%
G = 28.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#893F14 (or 0x893F14) is known color: Saddle Brown. HEX triplet: 89, 3F and 14. RGB value is (137,63,20). Sum of RGB (Red+Green+Blue) = 137+63+20=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #893F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F14 is #76C0EB. Grayscale: #505050. Windows color (decimal): -7782636 or 1326985. OLE color: 1326985.

HSL color Cylindrical-coordinate representation of color #893F14: hue angle of 22.05º 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 #893F14 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 20 -
CMYK 0 0.54 0.85 0.46
HSL 22.05º 0.75% 0.31% -
HSV(B) 22.05º 0.85% 0.54% -
XYZ 12.22 8.92 1.74 -
YUV 80.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 137 63 20 0 0.54 0.85 0.46 22.05 0.75 0.31
Hex 89 3F 14 0 36 55 2E 16 4B 1F
Octal 211 77 24 0 66 125 56 26 113 37
Binary 10001001 111111 10100 0 110110 1010101 101110 10110 1001011 11111

Color Harmonies of #893F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F14

Black with #893F14

Text Example


Text Example

White with #893F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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