Html Css Color HEX #893914 Saddle Brown

📋 copy color: '#893914'

red 137 ◦ green 57 ◦ blue 20

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

Shades of Saddle Brown #893914

Tints of Saddle Brown #893914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 64.02%
G = 26.64%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#893914 (or 0x893914) is known color: Saddle Brown. HEX triplet: 89, 39 and 14. RGB value is (137,57,20). Sum of RGB (Red+Green+Blue) = 137+57+20=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #893914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893914 is #76C6EB. Grayscale: #4C4C4C. Windows color (decimal): -7784172 or 1325449. OLE color: 1325449.

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

Color convert

RGB 137 57 20 -
CMYK 0 0.58 0.85 0.46
HSL 18.97º 0.75% 0.31% -
HSV(B) 18.97º 0.85% 0.54% -
XYZ 11.91 8.3 1.64 -
YUV 76.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 137 57 20 0 0.58 0.85 0.46 18.97 0.75 0.31
Hex 89 39 14 0 3A 55 2E 13 4B 1F
Octal 211 71 24 0 72 125 56 23 113 37
Binary 10001001 111001 10100 0 111010 1010101 101110 10011 1001011 11111

Color Harmonies of #893914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893914

Black with #893914

Text Example


Text Example

White with #893914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893914; }

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

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

background-color css

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

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

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

border-color css

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

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

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