Html Css Color HEX #8E320D Saddle Brown

📋 copy color: '#8E320D'

red 142 ◦ green 50 ◦ blue 13

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

Shades of Saddle Brown #8E320D

Tints of Saddle Brown #8E320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 69.27%
G = 24.39%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E320D (or 0x8E320D) is known color: Saddle Brown. HEX triplet: 8E, 32 and 0D. RGB value is (142,50,13). Sum of RGB (Red+Green+Blue) = 142+50+13=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E320D is #71CDF2. Grayscale: #494949. Windows color (decimal): -7458291 or 864910. OLE color: 864910.

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

Color convert

RGB 142 50 13 -
CMYK 0 0.65 0.91 0.44
HSL 17.21º 0.83% 0.3% -
HSV(B) 17.21º 0.91% 0.56% -
XYZ 12.37 8.06 1.28 -
YUV 73.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 142 50 13 0 0.65 0.91 0.44 17.21 0.83 0.3
Hex 8E 32 D 0 41 5B 2C 11 53 1E
Octal 216 62 15 0 101 133 54 21 123 36
Binary 10001110 110010 1101 0 1000001 1011011 101100 10001 1010011 11110

Color Harmonies of #8E320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E320D

Black with #8E320D

Text Example


Text Example

White with #8E320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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