Html Css Color HEX #8E4007 Saddle Brown

📋 copy color: '#8E4007'

red 142 ◦ green 64 ◦ blue 7

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

Shades of Saddle Brown #8E4007

Tints of Saddle Brown #8E4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 66.67%
G = 30.05%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E4007 (or 0x8E4007) is known color: Saddle Brown. HEX triplet: 8E, 40 and 07. RGB value is (142,64,7). Sum of RGB (Red+Green+Blue) = 142+64+7=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4007 is #71BFF8. Grayscale: #515151. Windows color (decimal): -7454713 or 475278. OLE color: 475278.

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

Color convert

RGB 142 64 7 -
CMYK 0 0.55 0.95 0.44
HSL 25.33º 0.91% 0.29% -
HSV(B) 25.33º 0.95% 0.56% -
XYZ 13.03 9.43 1.34 -
YUV 80.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 142 64 7 0 0.55 0.95 0.44 25.33 0.91 0.29
Hex 8E 40 7 0 37 5F 2C 19 5B 1D
Octal 216 100 7 0 67 137 54 31 133 35
Binary 10001110 1000000 111 0 110111 1011111 101100 11001 1011011 11101

Color Harmonies of #8E4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4007

Black with #8E4007

Text Example


Text Example

White with #8E4007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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