Html Css Color HEX #894116 Saddle Brown

📋 copy color: '#894116'

red 137 ◦ green 65 ◦ blue 22

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

Shades of Saddle Brown #894116

Tints of Saddle Brown #894116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

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

R = 61.16%
G = 29.02%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#894116 (or 0x894116) is known color: Saddle Brown. HEX triplet: 89, 41 and 16. RGB value is (137,65,22). Sum of RGB (Red+Green+Blue) = 137+65+22=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #894116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894116 is #76BEE9. Grayscale: #515151. Windows color (decimal): -7782122 or 1458569. OLE color: 1458569.

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

Color convert

RGB 137 65 22 -
CMYK 0 0.53 0.84 0.46
HSL 22.43º 0.72% 0.31% -
HSV(B) 22.43º 0.84% 0.54% -
XYZ 12.35 9.16 1.88 -
YUV 81.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 137 65 22 0 0.53 0.84 0.46 22.43 0.72 0.31
Hex 89 41 16 0 35 54 2E 16 48 1F
Octal 211 101 26 0 65 124 56 26 110 37
Binary 10001001 1000001 10110 0 110101 1010100 101110 10110 1001000 11111

Color Harmonies of #894116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894116

Black with #894116

Text Example


Text Example

White with #894116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894116; }

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

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

background-color css

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

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

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

border-color css

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

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

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