Html Css Color HEX #894119 Saddle Brown

📋 copy color: '#894119'

red 137 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #894119

Tints of Saddle Brown #894119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 60.35%
G = 28.63%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#894119 (or 0x894119) is known color: Saddle Brown. HEX triplet: 89, 41 and 19. RGB value is (137,65,25). Sum of RGB (Red+Green+Blue) = 137+65+25=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894119 is #76BEE6. Grayscale: #525252. Windows color (decimal): -7782119 or 1655177. OLE color: 1655177.

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

Color convert

RGB 137 65 25 -
CMYK 0 0.53 0.82 0.46
HSL 21.43º 0.69% 0.32% -
HSV(B) 21.43º 0.82% 0.54% -
XYZ 12.38 9.17 2.04 -
YUV 81.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 137 65 25 0 0.53 0.82 0.46 21.43 0.69 0.32
Hex 89 41 19 0 35 52 2E 15 45 20
Octal 211 101 31 0 65 122 56 25 105 40
Binary 10001001 1000001 11001 0 110101 1010010 101110 10101 1000101 100000

Color Harmonies of #894119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894119

Black with #894119

Text Example


Text Example

White with #894119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894119; }

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

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

background-color css

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

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

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

border-color css

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

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

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