Html Css Color HEX #894F16 Saddle Brown

📋 copy color: '#894F16'

red 137 ◦ green 79 ◦ blue 22

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

Shades of Saddle Brown #894F16

Tints of Saddle Brown #894F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

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

R = 57.56%
G = 33.19%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#894F16 (or 0x894F16) is known color: Saddle Brown. HEX triplet: 89, 4F and 16. RGB value is (137,79,22). Sum of RGB (Red+Green+Blue) = 137+79+22=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #894F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F16 is #76B0E9. Grayscale: #5A5A5A. Windows color (decimal): -7778538 or 1462153. OLE color: 1462153.

HSL color Cylindrical-coordinate representation of color #894F16: hue angle of 29.74º 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 #894F16 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 79 22 -
CMYK 0 0.42 0.84 0.46
HSL 29.74º 0.72% 0.31% -
HSV(B) 29.74º 0.84% 0.54% -
XYZ 13.26 10.97 2.18 -
YUV 89.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 137 79 22 0 0.42 0.84 0.46 29.74 0.72 0.31
Hex 89 4F 16 0 2A 54 2E 1E 48 1F
Octal 211 117 26 0 52 124 56 36 110 37
Binary 10001001 1001111 10110 0 101010 1010100 101110 11110 1001000 11111

Color Harmonies of #894F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F16

Black with #894F16

Text Example


Text Example

White with #894F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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