Html Css Color HEX #894014 Saddle Brown

📋 copy color: '#894014'

red 137 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #894014

Tints of Saddle Brown #894014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

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

R = 61.99%
G = 28.96%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#894014 (or 0x894014) is known color: Saddle Brown. HEX triplet: 89, 40 and 14. RGB value is (137,64,20). Sum of RGB (Red+Green+Blue) = 137+64+20=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #894014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894014 is #76BFEB. Grayscale: #515151. Windows color (decimal): -7782380 or 1327241. OLE color: 1327241.

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

Color convert

RGB 137 64 20 -
CMYK 0 0.53 0.85 0.46
HSL 22.56º 0.75% 0.31% -
HSV(B) 22.56º 0.85% 0.54% -
XYZ 12.28 9.04 1.76 -
YUV 80.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 137 64 20 0 0.53 0.85 0.46 22.56 0.75 0.31
Hex 89 40 14 0 35 55 2E 17 4B 1F
Octal 211 100 24 0 65 125 56 27 113 37
Binary 10001001 1000000 10100 0 110101 1010101 101110 10111 1001011 11111

Color Harmonies of #894014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894014

Black with #894014

Text Example


Text Example

White with #894014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894014; }

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

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

background-color css

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

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

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

border-color css

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

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

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