Html Css Color HEX #894814 Saddle Brown

📋 copy color: '#894814'

red 137 ◦ green 72 ◦ blue 20

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

Shades of Saddle Brown #894814

Tints of Saddle Brown #894814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 59.83%
G = 31.44%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#894814 (or 0x894814) is known color: Saddle Brown. HEX triplet: 89, 48 and 14. RGB value is (137,72,20). Sum of RGB (Red+Green+Blue) = 137+72+20=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #894814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894814 is #76B7EB. Grayscale: #555555. Windows color (decimal): -7780332 or 1329289. OLE color: 1329289.

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

Color convert

RGB 137 72 20 -
CMYK 0 0.47 0.85 0.46
HSL 26.67º 0.75% 0.31% -
HSV(B) 26.67º 0.85% 0.54% -
XYZ 12.76 10 1.92 -
YUV 85.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 137 72 20 0 0.47 0.85 0.46 26.67 0.75 0.31
Hex 89 48 14 0 2F 55 2E 1B 4B 1F
Octal 211 110 24 0 57 125 56 33 113 37
Binary 10001001 1001000 10100 0 101111 1010101 101110 11011 1001011 11111

Color Harmonies of #894814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894814

Black with #894814

Text Example


Text Example

White with #894814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894814; }

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

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

background-color css

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

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

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

border-color css

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

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

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