#8E3F02

Color #8E3F02 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8E3F02

Tints of Saddle Brown #8E3F02

Color information

#8E3F02 (or 0x8E3F02) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3F and 02. RGB value is (142,63,2). Sum of RGB (Red+Green+Blue) = 142+63+2=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3F02 is #71C0FD. Grayscale: #4F4F4F. Windows color (decimal): -7454974 or 147342. OLE color: 147342.

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

Color convert

RGB142632-
CMYK00.560.990.44
HSL26.14º97.22%28.24%-
HSV(B)26.14º98.59%55.69%-
XYZ12.949.311.17-
YUV79.6784.17172.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.60%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=68.60%
G=30.43%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14263200.560.990.4426.1497.2228.24
Hex8E3F2038632C1a611c
Octal216772070143543214134
Binary10001110111111100111000110001110110011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,2); }

 H1.HeaderClassName
 {
   color: #8E3F02;
 }
 .AnyTagClassName
 {
   color: #8E3F02;
 }
</style>
background-color css

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

 a { background-color: rgb(142,63,2); }

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

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

 span { border-color: rgb(142,63,2); }

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