Html Css Color HEX #894114 Saddle Brown

📋 copy color: '#894114'

red 137 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #894114

Tints of Saddle Brown #894114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 61.71%
G = 29.28%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#894114 (or 0x894114) is known color: Saddle Brown. HEX triplet: 89, 41 and 14. RGB value is (137,65,20). Sum of RGB (Red+Green+Blue) = 137+65+20=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #894114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894114 is #76BEEB. Grayscale: #515151. Windows color (decimal): -7782124 or 1327497. OLE color: 1327497.

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

Color convert

RGB 137 65 20 -
CMYK 0 0.53 0.85 0.46
HSL 23.08º 0.75% 0.31% -
HSV(B) 23.08º 0.85% 0.54% -
XYZ 12.33 9.15 1.78 -
YUV 81.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 137 65 20 0 0.53 0.85 0.46 23.08 0.75 0.31
Hex 89 41 14 0 35 55 2E 17 4B 1F
Octal 211 101 24 0 65 125 56 27 113 37
Binary 10001001 1000001 10100 0 110101 1010101 101110 10111 1001011 11111

Color Harmonies of #894114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894114

Black with #894114

Text Example


Text Example

White with #894114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894114; }

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

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

background-color css

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

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

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

border-color css

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

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

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