Html Css Color HEX #894A19 Saddle Brown

📋 copy color: '#894A19'

red 137 ◦ green 74 ◦ blue 25

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

Shades of Saddle Brown #894A19

Tints of Saddle Brown #894A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

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

R = 58.05%
G = 31.36%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#894A19 (or 0x894A19) is known color: Saddle Brown. HEX triplet: 89, 4A and 19. RGB value is (137,74,25). Sum of RGB (Red+Green+Blue) = 137+74+25=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #894A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894A19 is #76B5E6. Grayscale: #575757. Windows color (decimal): -7779815 or 1657481. OLE color: 1657481.

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

Color convert

RGB 137 74 25 -
CMYK 0 0.46 0.82 0.46
HSL 26.25º 0.69% 0.32% -
HSV(B) 26.25º 0.82% 0.54% -
XYZ 12.94 10.29 2.22 -
YUV 87.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 137 74 25 0 0.46 0.82 0.46 26.25 0.69 0.32
Hex 89 4A 19 0 2E 52 2E 1A 45 20
Octal 211 112 31 0 56 122 56 32 105 40
Binary 10001001 1001010 11001 0 101110 1010010 101110 11010 1000101 100000

Color Harmonies of #894A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A19

Black with #894A19

Text Example


Text Example

White with #894A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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