Html Css Color HEX #894710 Saddle Brown

📋 copy color: '#894710'

red 137 ◦ green 71 ◦ blue 16

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

Shades of Saddle Brown #894710

Tints of Saddle Brown #894710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 61.16%
G = 31.7%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#894710 (or 0x894710) is known color: Saddle Brown. HEX triplet: 89, 47 and 10. RGB value is (137,71,16). Sum of RGB (Red+Green+Blue) = 137+71+16=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #894710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894710 is #76B8EF. Grayscale: #545454. Windows color (decimal): -7780592 or 1066889. OLE color: 1066889.

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

Color convert

RGB 137 71 16 -
CMYK 0 0.48 0.88 0.46
HSL 27.27º 0.79% 0.3% -
HSV(B) 27.27º 0.88% 0.54% -
XYZ 12.66 9.86 1.73 -
YUV 84.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 137 71 16 0 0.48 0.88 0.46 27.27 0.79 0.3
Hex 89 47 10 0 30 58 2E 1B 4F 1E
Octal 211 107 20 0 60 130 56 33 117 36
Binary 10001001 1000111 10000 0 110000 1011000 101110 11011 1001111 11110

Color Harmonies of #894710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894710

Black with #894710

Text Example


Text Example

White with #894710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894710; }

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

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

background-color css

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

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

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

border-color css

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

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

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