#7E3701

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

Shades of Saddle Brown #7E3701

Tints of Saddle Brown #7E3701

Color information

#7E3701 (or 0x7E3701) is unknown color: approx Saddle Brown. HEX triplet: 7E, 37 and 01. RGB value is (126,55,1). Sum of RGB (Red+Green+Blue) = 126+55+1=182 (24% of max value = 765). Red value is 126 (49.61% from 255 or 69.23% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3701 is #81C8FE. Grayscale: #464646. Windows color (decimal): -8505599 or 79742. OLE color: 79742.

HSL color Cylindrical-coordinate representation of color #7E3701: hue angle of 25.92º 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 #7E3701 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB126551-
CMYK00.560.990.51
HSL25.92º98.43%24.9%-
HSV(B)25.92º99.21%49.41%-
XYZ9.987.170.89-
YUV70.0789.02167.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 69.23%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=69.23%
G=30.22%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12655100.560.990.5125.9298.4324.9
Hex7E37103863331a6219
Octal176671070143633214231
Binary111111011011110111000110001111001111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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