Html Css Color HEX #894D1A Saddle Brown

📋 copy color: '#894D1A'

red 137 ◦ green 77 ◦ blue 26

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

Shades of Saddle Brown #894D1A

Tints of Saddle Brown #894D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 57.08%
G = 32.08%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#894D1A (or 0x894D1A) is known color: Saddle Brown. HEX triplet: 89, 4D and 1A. RGB value is (137,77,26). Sum of RGB (Red+Green+Blue) = 137+77+26=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #894D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D1A is #76B2E5. Grayscale: #595959. Windows color (decimal): -7779046 or 1723785. OLE color: 1723785.

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

Color convert

RGB 137 77 26 -
CMYK 0 0.44 0.81 0.46
HSL 27.57º 0.68% 0.32% -
HSV(B) 27.57º 0.81% 0.54% -
XYZ 13.16 10.7 2.35 -
YUV 89.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 137 77 26 0 0.44 0.81 0.46 27.57 0.68 0.32
Hex 89 4D 1A 0 2C 51 2E 1C 44 20
Octal 211 115 32 0 54 121 56 34 104 40
Binary 10001001 1001101 11010 0 101100 1010001 101110 11100 1000100 100000

Color Harmonies of #894D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D1A

Black with #894D1A

Text Example


Text Example

White with #894D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,26); }

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

background-color css

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

 a { background-color: rgb(137,77,26); }

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

border-color css

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

 span { border-color: rgb(137,77,26); }

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