Html Css Color HEX #8E460D Saddle Brown

📋 copy color: '#8E460D'

red 142 ◦ green 70 ◦ blue 13

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

Shades of Saddle Brown #8E460D

Tints of Saddle Brown #8E460D

RGB

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

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

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

R = 63.11%
G = 31.11%
B = 5.78%

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

#8E460D (or 0x8E460D) is known color: Saddle Brown. HEX triplet: 8E, 46 and 0D. RGB value is (142,70,13). Sum of RGB (Red+Green+Blue) = 142+70+13=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E460D is #71B9F2. Grayscale: #555555. Windows color (decimal): -7453171 or 870030. OLE color: 870030.

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

Color convert

RGB 142 70 13 -
CMYK 0 0.51 0.91 0.44
HSL 26.51º 0.83% 0.3% -
HSV(B) 26.51º 0.91% 0.56% -
XYZ 13.42 10.16 1.63 -
YUV 85.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 142 70 13 0 0.51 0.91 0.44 26.51 0.83 0.3
Hex 8E 46 D 0 33 5B 2C 1B 53 1E
Octal 216 106 15 0 63 133 54 33 123 36
Binary 10001110 1000110 1101 0 110011 1011011 101100 11011 1010011 11110

Color Harmonies of #8E460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E460D

Black with #8E460D

Text Example


Text Example

White with #8E460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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