Html Css Color HEX #8E4915 Saddle Brown

📋 copy color: '#8E4915'

red 142 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #8E4915

Tints of Saddle Brown #8E4915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 60.17%
G = 30.93%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E4915 (or 0x8E4915) is known color: Saddle Brown. HEX triplet: 8E, 49 and 15. RGB value is (142,73,21). Sum of RGB (Red+Green+Blue) = 142+73+21=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4915 is #71B6EA. Grayscale: #575757. Windows color (decimal): -7452395 or 1395086. OLE color: 1395086.

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

Color convert

RGB 142 73 21 -
CMYK 0 0.49 0.85 0.44
HSL 25.79º 0.74% 0.32% -
HSV(B) 25.79º 0.85% 0.56% -
XYZ 13.67 10.57 2.03 -
YUV 87.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 142 73 21 0 0.49 0.85 0.44 25.79 0.74 0.32
Hex 8E 49 15 0 31 55 2C 1A 4A 20
Octal 216 111 25 0 61 125 54 32 112 40
Binary 10001110 1001001 10101 0 110001 1010101 101100 11010 1001010 100000

Color Harmonies of #8E4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4915

Black with #8E4915

Text Example


Text Example

White with #8E4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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