Html Css Color HEX #894614 Saddle Brown

📋 copy color: '#894614'

red 137 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #894614

Tints of Saddle Brown #894614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 60.35%
G = 30.84%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#894614 (or 0x894614) is known color: Saddle Brown. HEX triplet: 89, 46 and 14. RGB value is (137,70,20). Sum of RGB (Red+Green+Blue) = 137+70+20=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894614 is #76B9EB. Grayscale: #545454. Windows color (decimal): -7780844 or 1328777. OLE color: 1328777.

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

Color convert

RGB 137 70 20 -
CMYK 0 0.49 0.85 0.46
HSL 25.64º 0.75% 0.31% -
HSV(B) 25.64º 0.85% 0.54% -
XYZ 12.63 9.75 1.88 -
YUV 84.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 137 70 20 0 0.49 0.85 0.46 25.64 0.75 0.31
Hex 89 46 14 0 31 55 2E 1A 4B 1F
Octal 211 106 24 0 61 125 56 32 113 37
Binary 10001001 1000110 10100 0 110001 1010101 101110 11010 1001011 11111

Color Harmonies of #894614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894614

Black with #894614

Text Example


Text Example

White with #894614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894614; }

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

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

background-color css

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

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

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

border-color css

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

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

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