Html Css Color HEX #894916 Saddle Brown

📋 copy color: '#894916'

red 137 ◦ green 73 ◦ blue 22

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

Shades of Saddle Brown #894916

Tints of Saddle Brown #894916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 59.05%
G = 31.47%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#894916 (or 0x894916) is known color: Saddle Brown. HEX triplet: 89, 49 and 16. RGB value is (137,73,22). Sum of RGB (Red+Green+Blue) = 137+73+22=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #894916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894916 is #76B6E9. Grayscale: #565656. Windows color (decimal): -7780074 or 1460617. OLE color: 1460617.

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

Color convert

RGB 137 73 22 -
CMYK 0 0.47 0.84 0.46
HSL 26.61º 0.72% 0.31% -
HSV(B) 26.61º 0.84% 0.54% -
XYZ 12.84 10.14 2.04 -
YUV 86.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 137 73 22 0 0.47 0.84 0.46 26.61 0.72 0.31
Hex 89 49 16 0 2F 54 2E 1B 48 1F
Octal 211 111 26 0 57 124 56 33 110 37
Binary 10001001 1001001 10110 0 101111 1010100 101110 11011 1001000 11111

Color Harmonies of #894916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894916

Black with #894916

Text Example


Text Example

White with #894916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894916; }

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

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

background-color css

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

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

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

border-color css

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

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

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