#7E2B01

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

Shades of Saddle Brown #7E2B01

Tints of Saddle Brown #7E2B01

Color information

#7E2B01 (or 0x7E2B01) is unknown color: approx Saddle Brown. HEX triplet: 7E, 2B and 01. RGB value is (126,43,1). Sum of RGB (Red+Green+Blue) = 126+43+1=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2B01 is #81D4FE. Grayscale: #3F3F3F. Windows color (decimal): -8508671 or 76670. OLE color: 76670.

HSL color Cylindrical-coordinate representation of color #7E2B01: hue angle of 20.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E2B01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB126431-
CMYK00.660.990.51
HSL20.16º98.43%24.9%-
HSV(B)20.16º99.21%49.41%-
XYZ9.476.170.72-
YUV63.0393172.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 74.12%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=74.12%
G=25.29%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12643100.660.990.5120.1698.4324.9
Hex7E2B10426333146219
Octal1765310102143632414231
Binary1111110101011101000010110001111001110100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E2B01; }

 p { color: rgb(126,43,1); }

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

<style>
 a { background-color: #7E2B01; }

 a { background-color: rgb(126,43,1); }

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

<style>
 span { border-color: #7E2B01; }

 span { border-color: rgb(126,43,1); }

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