Html Css Color HEX #894A0E Saddle Brown

📋 copy color: '#894A0E'

red 137 ◦ green 74 ◦ blue 14

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

Shades of Saddle Brown #894A0E

Tints of Saddle Brown #894A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 60.89%
G = 32.89%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#894A0E (or 0x894A0E) is known color: Saddle Brown. HEX triplet: 89, 4A and 0E. RGB value is (137,74,14). Sum of RGB (Red+Green+Blue) = 137+74+14=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #894A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894A0E is #76B5F1. Grayscale: #565656. Windows color (decimal): -7779826 or 936585. OLE color: 936585.

HSL color Cylindrical-coordinate representation of color #894A0E: hue angle of 29.27º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #894A0E is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 74 14 -
CMYK 0 0.46 0.90 0.46
HSL 29.27º 0.81% 0.3% -
HSV(B) 29.27º 0.9% 0.54% -
XYZ 12.84 10.25 1.72 -
YUV 86 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 137 74 14 0 0.46 0.90 0.46 29.27 0.81 0.3
Hex 89 4A E 0 2E 5A 2E 1D 51 1E
Octal 211 112 16 0 56 132 56 35 121 36
Binary 10001001 1001010 1110 0 101110 1011010 101110 11101 1010001 11110

Color Harmonies of #894A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A0E

Black with #894A0E

Text Example


Text Example

White with #894A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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