Html Css Color HEX #894713 Saddle Brown

📋 copy color: '#894713'

red 137 ◦ green 71 ◦ blue 19

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

Shades of Saddle Brown #894713

Tints of Saddle Brown #894713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 60.35%
G = 31.28%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#894713 (or 0x894713) is known color: Saddle Brown. HEX triplet: 89, 47 and 13. RGB value is (137,71,19). Sum of RGB (Red+Green+Blue) = 137+71+19=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894713 is #76B8EC. Grayscale: #555555. Windows color (decimal): -7780589 or 1263497. OLE color: 1263497.

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

Color convert

RGB 137 71 19 -
CMYK 0 0.48 0.86 0.46
HSL 26.44º 0.76% 0.31% -
HSV(B) 26.44º 0.86% 0.54% -
XYZ 12.69 9.87 1.85 -
YUV 84.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 137 71 19 0 0.48 0.86 0.46 26.44 0.76 0.31
Hex 89 47 13 0 30 56 2E 1A 4C 1F
Octal 211 107 23 0 60 126 56 32 114 37
Binary 10001001 1000111 10011 0 110000 1010110 101110 11010 1001100 11111

Color Harmonies of #894713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894713

Black with #894713

Text Example


Text Example

White with #894713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894713; }

 p { color: rgb(137,71,19); }

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

background-color css

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

 a { background-color: rgb(137,71,19); }

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

border-color css

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

 span { border-color: rgb(137,71,19); }

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