Html Css Color HEX #8E450D Saddle Brown

📋 copy color: '#8E450D'

red 142 ◦ green 69 ◦ blue 13

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

Shades of Saddle Brown #8E450D

Tints of Saddle Brown #8E450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

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

R = 63.39%
G = 30.8%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E450D (or 0x8E450D) is known color: Saddle Brown. HEX triplet: 8E, 45 and 0D. RGB value is (142,69,13). Sum of RGB (Red+Green+Blue) = 142+69+13=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E450D is #71BAF2. Grayscale: #545454. Windows color (decimal): -7453427 or 869774. OLE color: 869774.

HSL color Cylindrical-coordinate representation of color #8E450D: hue angle of 26.05º 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 #8E450D is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 69 13 -
CMYK 0 0.51 0.91 0.44
HSL 26.05º 0.83% 0.3% -
HSV(B) 26.05º 0.91% 0.56% -
XYZ 13.36 10.04 1.61 -
YUV 84.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 142 69 13 0 0.51 0.91 0.44 26.05 0.83 0.3
Hex 8E 45 D 0 33 5B 2C 1A 53 1E
Octal 216 105 15 0 63 133 54 32 123 36
Binary 10001110 1000101 1101 0 110011 1011011 101100 11010 1010011 11110

Color Harmonies of #8E450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E450D

Black with #8E450D

Text Example


Text Example

White with #8E450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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