Html Css Color HEX #8E3107 Saddle Brown

📋 copy color: '#8E3107'

red 142 ◦ green 49 ◦ blue 7

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

Shades of Saddle Brown #8E3107

Tints of Saddle Brown #8E3107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 71.72%
G = 24.75%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E3107 (or 0x8E3107) is known color: Saddle Brown. HEX triplet: 8E, 31 and 07. RGB value is (142,49,7). Sum of RGB (Red+Green+Blue) = 142+49+7=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3107 is #71CEF8. Grayscale: #484848. Windows color (decimal): -7458553 or 471438. OLE color: 471438.

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

Color convert

RGB 142 49 7 -
CMYK 0 0.65 0.95 0.44
HSL 18.67º 0.91% 0.29% -
HSV(B) 18.67º 0.95% 0.56% -
XYZ 12.29 7.96 1.09 -
YUV 72.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 142 49 7 0 0.65 0.95 0.44 18.67 0.91 0.29
Hex 8E 31 7 0 41 5F 2C 13 5B 1D
Octal 216 61 7 0 101 137 54 23 133 35
Binary 10001110 110001 111 0 1000001 1011111 101100 10011 1011011 11101

Color Harmonies of #8E3107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3107

Black with #8E3107

Text Example


Text Example

White with #8E3107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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