Html Css Color HEX #894716 Saddle Brown

📋 copy color: '#894716'

red 137 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #894716

Tints of Saddle Brown #894716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.57%

R = 59.57%
G = 30.87%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#894716 (or 0x894716) is known color: Saddle Brown. HEX triplet: 89, 47 and 16. RGB value is (137,71,22). Sum of RGB (Red+Green+Blue) = 137+71+22=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #894716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894716 is #76B8E9. Grayscale: #555555. Windows color (decimal): -7780586 or 1460105. OLE color: 1460105.

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

Color convert

RGB 137 71 22 -
CMYK 0 0.48 0.84 0.46
HSL 25.57º 0.72% 0.31% -
HSV(B) 25.57º 0.84% 0.54% -
XYZ 12.71 9.88 2 -
YUV 85.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 137 71 22 0 0.48 0.84 0.46 25.57 0.72 0.31
Hex 89 47 16 0 30 54 2E 1A 48 1F
Octal 211 107 26 0 60 124 56 32 110 37
Binary 10001001 1000111 10110 0 110000 1010100 101110 11010 1001000 11111

Color Harmonies of #894716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894716

Black with #894716

Text Example


Text Example

White with #894716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894716; }

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

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

background-color css

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

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

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

border-color css

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

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

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