Html Css Color HEX #8E490D Saddle Brown

📋 copy color: '#8E490D'

red 142 ◦ green 73 ◦ blue 13

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

Shades of Saddle Brown #8E490D

Tints of Saddle Brown #8E490D

RGB

 RED value IS 142 (55.86% from 255) = 62.28%

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 62.28%
G = 32.02%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E490D (or 0x8E490D) is known color: Saddle Brown. HEX triplet: 8E, 49 and 0D. RGB value is (142,73,13). Sum of RGB (Red+Green+Blue) = 142+73+13=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E490D is #71B6F2. Grayscale: #575757. Windows color (decimal): -7452403 or 870798. OLE color: 870798.

HSL color Cylindrical-coordinate representation of color #8E490D: hue angle of 27.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E490D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 73 13 -
CMYK 0 0.49 0.91 0.44
HSL 27.91º 0.83% 0.3% -
HSV(B) 27.91º 0.91% 0.56% -
XYZ 13.61 10.54 1.7 -
YUV 86.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 142 73 13 0 0.49 0.91 0.44 27.91 0.83 0.3
Hex 8E 49 D 0 31 5B 2C 1C 53 1E
Octal 216 111 15 0 61 133 54 34 123 36
Binary 10001110 1001001 1101 0 110001 1011011 101100 11100 1010011 11110

Color Harmonies of #8E490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E490D

Black with #8E490D

Text Example


Text Example

White with #8E490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E490D; }

 p { color: rgb(142,73,13); }

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

background-color css

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

 a { background-color: rgb(142,73,13); }

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

border-color css

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

 span { border-color: rgb(142,73,13); }

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