Html Css Color HEX #894E1A Saddle Brown

📋 copy color: '#894E1A'

red 137 ◦ green 78 ◦ blue 26

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

Shades of Saddle Brown #894E1A

Tints of Saddle Brown #894E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

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

R = 56.85%
G = 32.37%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#894E1A (or 0x894E1A) is known color: Saddle Brown. HEX triplet: 89, 4E and 1A. RGB value is (137,78,26). Sum of RGB (Red+Green+Blue) = 137+78+26=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #894E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E1A is #76B1E5. Grayscale: #595959. Windows color (decimal): -7778790 or 1724041. OLE color: 1724041.

HSL color Cylindrical-coordinate representation of color #894E1A: hue angle of 28.11º 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 #894E1A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 78 26 -
CMYK 0 0.43 0.81 0.46
HSL 28.11º 0.68% 0.32% -
HSV(B) 28.11º 0.81% 0.54% -
XYZ 13.23 10.84 2.37 -
YUV 89.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 137 78 26 0 0.43 0.81 0.46 28.11 0.68 0.32
Hex 89 4E 1A 0 2B 51 2E 1C 44 20
Octal 211 116 32 0 53 121 56 34 104 40
Binary 10001001 1001110 11010 0 101011 1010001 101110 11100 1000100 100000

Color Harmonies of #894E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E1A

Black with #894E1A

Text Example


Text Example

White with #894E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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