Html Css Color HEX #8E3100 Saddle Brown

📋 copy color: '#8E3100'

red 142 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #8E3100

Tints of Saddle Brown #8E3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.35%
G = 25.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#8E3100 (or 0x8E3100) is known color: Saddle Brown. HEX triplet: 8E, 31 and 00. RGB value is (142,49,0). Sum of RGB (Red+Green+Blue) = 142+49+0=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3100 is #71CEFF. Grayscale: #474747. Windows color (decimal): -7458560 or 12686. OLE color: 12686.

HSL color Cylindrical-coordinate representation of color #8E3100: hue angle of 20.7º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E3100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 0 -
CMYK 0 0.65 1 0.44
HSL 20.7º 1% 0.28% -
HSV(B) 20.7º 1% 0.56% -
XYZ 12.25 7.95 0.89 -
YUV 71.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 142 49 0 0 0.65 1 0.44 20.7 1 0.28
Hex 8E 31 0 0 41 64 2C 15 64 1C
Octal 216 61 0 0 101 144 54 25 144 34
Binary 10001110 110001 0 0 1000001 1100100 101100 10101 1100100 11100

Color Harmonies of #8E3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3100

Black with #8E3100

Text Example


Text Example

White with #8E3100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,0); }

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

background-color css

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

 a { background-color: rgb(142,49,0); }

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

border-color css

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

 span { border-color: rgb(142,49,0); }

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