Html Css Color HEX #8E350F Saddle Brown

📋 copy color: '#8E350F'

red 142 ◦ green 53 ◦ blue 15

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

Shades of Saddle Brown #8E350F

Tints of Saddle Brown #8E350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 67.62%
G = 25.24%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E350F (or 0x8E350F) is known color: Saddle Brown. HEX triplet: 8E, 35 and 0F. RGB value is (142,53,15). Sum of RGB (Red+Green+Blue) = 142+53+15=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E350F is #71CAF0. Grayscale: #4B4B4B. Windows color (decimal): -7457521 or 996750. OLE color: 996750.

HSL color Cylindrical-coordinate representation of color #8E350F: hue angle of 17.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E350F is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 53 15 -
CMYK 0 0.63 0.89 0.44
HSL 17.95º 0.81% 0.31% -
HSV(B) 17.95º 0.89% 0.56% -
XYZ 12.51 8.33 1.4 -
YUV 75.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 142 53 15 0 0.63 0.89 0.44 17.95 0.81 0.31
Hex 8E 35 F 0 3F 59 2C 12 51 1F
Octal 216 65 17 0 77 131 54 22 121 37
Binary 10001110 110101 1111 0 111111 1011001 101100 10010 1010001 11111

Color Harmonies of #8E350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E350F

Black with #8E350F

Text Example


Text Example

White with #8E350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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