Html Css Color HEX #894F18 Saddle Brown

📋 copy color: '#894F18'

red 137 ◦ green 79 ◦ blue 24

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

Shades of Saddle Brown #894F18

Tints of Saddle Brown #894F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 24 (9.77% from 255) = 10%

R = 57.08%
G = 32.92%
B = 10%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#894F18 (or 0x894F18) is known color: Saddle Brown. HEX triplet: 89, 4F and 18. RGB value is (137,79,24). Sum of RGB (Red+Green+Blue) = 137+79+24=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #894F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F18 is #76B0E7. Grayscale: #5A5A5A. Windows color (decimal): -7778536 or 1593225. OLE color: 1593225.

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

Color convert

RGB 137 79 24 -
CMYK 0 0.42 0.82 0.46
HSL 29.2º 0.7% 0.32% -
HSV(B) 29.2º 0.82% 0.54% -
XYZ 13.28 10.98 2.28 -
YUV 90.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 137 79 24 0 0.42 0.82 0.46 29.2 0.7 0.32
Hex 89 4F 18 0 2A 52 2E 1D 46 20
Octal 211 117 30 0 52 122 56 35 106 40
Binary 10001001 1001111 11000 0 101010 1010010 101110 11101 1000110 100000

Color Harmonies of #894F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F18

Black with #894F18

Text Example


Text Example

White with #894F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,79,24); }

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

background-color css

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

 a { background-color: rgb(137,79,24); }

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

border-color css

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

 span { border-color: rgb(137,79,24); }

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