Html Css Color HEX #8E4C0F Saddle Brown

📋 copy color: '#8E4C0F'

red 142 ◦ green 76 ◦ blue 15

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

Shades of Saddle Brown #8E4C0F

Tints of Saddle Brown #8E4C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 60.94%
G = 32.62%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E4C0F (or 0x8E4C0F) is known color: Saddle Brown. HEX triplet: 8E, 4C and 0F. RGB value is (142,76,15). Sum of RGB (Red+Green+Blue) = 142+76+15=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4C0F is #71B3F0. Grayscale: #595959. Windows color (decimal): -7451633 or 1002638. OLE color: 1002638.

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

Color convert

RGB 142 76 15 -
CMYK 0 0.46 0.89 0.44
HSL 28.82º 0.81% 0.31% -
HSV(B) 28.82º 0.89% 0.56% -
XYZ 13.83 10.95 1.84 -
YUV 88.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 142 76 15 0 0.46 0.89 0.44 28.82 0.81 0.31
Hex 8E 4C F 0 2E 59 2C 1D 51 1F
Octal 216 114 17 0 56 131 54 35 121 37
Binary 10001110 1001100 1111 0 101110 1011001 101100 11101 1010001 11111

Color Harmonies of #8E4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C0F

Black with #8E4C0F

Text Example


Text Example

White with #8E4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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