Html Css Color HEX #8E350D Saddle Brown

📋 copy color: '#8E350D'

red 142 ◦ green 53 ◦ blue 13

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

Shades of Saddle Brown #8E350D

Tints of Saddle Brown #8E350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 68.27%
G = 25.48%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E350D (or 0x8E350D) is known color: Saddle Brown. HEX triplet: 8E, 35 and 0D. RGB value is (142,53,13). Sum of RGB (Red+Green+Blue) = 142+53+13=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E350D is #71CAF2. Grayscale: #4B4B4B. Windows color (decimal): -7457523 or 865678. OLE color: 865678.

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

Color convert

RGB 142 53 13 -
CMYK 0 0.63 0.91 0.44
HSL 18.6º 0.83% 0.3% -
HSV(B) 18.6º 0.91% 0.56% -
XYZ 12.5 8.33 1.33 -
YUV 75.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 142 53 13 0 0.63 0.91 0.44 18.6 0.83 0.3
Hex 8E 35 D 0 3F 5B 2C 13 53 1E
Octal 216 65 15 0 77 133 54 23 123 36
Binary 10001110 110101 1101 0 111111 1011011 101100 10011 1010011 11110

Color Harmonies of #8E350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E350D

Black with #8E350D

Text Example


Text Example

White with #8E350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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