Html Css Color HEX #8E461F Saddle Brown

📋 copy color: '#8E461F'

red 142 ◦ green 70 ◦ blue 31

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

Shades of Saddle Brown #8E461F

Tints of Saddle Brown #8E461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 58.44%
G = 28.81%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E461F (or 0x8E461F) is known color: Saddle Brown. HEX triplet: 8E, 46 and 1F. RGB value is (142,70,31). Sum of RGB (Red+Green+Blue) = 142+70+31=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E461F is #71B9E0. Grayscale: #575757. Windows color (decimal): -7453153 or 2049678. OLE color: 2049678.

HSL color Cylindrical-coordinate representation of color #8E461F: hue angle of 21.08º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E461F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 70 31 -
CMYK 0 0.51 0.78 0.44
HSL 21.08º 0.64% 0.34% -
HSV(B) 21.08º 0.78% 0.56% -
XYZ 13.59 10.23 2.55 -
YUV 87.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 142 70 31 0 0.51 0.78 0.44 21.08 0.64 0.34
Hex 8E 46 1F 0 33 4E 2C 15 40 22
Octal 216 106 37 0 63 116 54 25 100 42
Binary 10001110 1000110 11111 0 110011 1001110 101100 10101 1000000 100010

Color Harmonies of #8E461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E461F

Black with #8E461F

Text Example


Text Example

White with #8E461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,70,31); }

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

background-color css

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

 a { background-color: rgb(142,70,31); }

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

border-color css

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

 span { border-color: rgb(142,70,31); }

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