Html Css Color HEX #8E4413 Saddle Brown

📋 copy color: '#8E4413'

red 142 ◦ green 68 ◦ blue 19

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

Shades of Saddle Brown #8E4413

Tints of Saddle Brown #8E4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 62.01%
G = 29.69%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E4413 (or 0x8E4413) is known color: Saddle Brown. HEX triplet: 8E, 44 and 13. RGB value is (142,68,19). Sum of RGB (Red+Green+Blue) = 142+68+19=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4413 is #71BBEC. Grayscale: #545454. Windows color (decimal): -7453677 or 1262734. OLE color: 1262734.

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

Color convert

RGB 142 68 19 -
CMYK 0 0.52 0.87 0.44
HSL 23.9º 0.76% 0.32% -
HSV(B) 23.9º 0.87% 0.56% -
XYZ 13.34 9.93 1.83 -
YUV 84.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 142 68 19 0 0.52 0.87 0.44 23.9 0.76 0.32
Hex 8E 44 13 0 34 57 2C 18 4C 20
Octal 216 104 23 0 64 127 54 30 114 40
Binary 10001110 1000100 10011 0 110100 1010111 101100 11000 1001100 100000

Color Harmonies of #8E4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4413

Black with #8E4413

Text Example


Text Example

White with #8E4413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,68,19); }

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

background-color css

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

 a { background-color: rgb(142,68,19); }

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

border-color css

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

 span { border-color: rgb(142,68,19); }

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