#7E3005

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

Shades of Saddle Brown #7E3005

Tints of Saddle Brown #7E3005

Color information

#7E3005 (or 0x7E3005) is unknown color: approx Saddle Brown. HEX triplet: 7E, 30 and 05. RGB value is (126,48,5). Sum of RGB (Red+Green+Blue) = 126+48+5=179 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.39% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3005 is #81CFFA. Grayscale: #424242. Windows color (decimal): -8507387 or 340094. OLE color: 340094.

HSL color Cylindrical-coordinate representation of color #7E3005: hue angle of 21.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E3005 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB126485-
CMYK00.620.960.51
HSL21.32º92.37%25.69%-
HSV(B)21.32º96.03%49.41%-
XYZ9.696.560.9-
YUV66.4293.34170.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 70.39%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=70.39%
G=26.82%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12648500.620.960.5121.3292.3725.69
Hex7E30503E6033155c1a
Octal176605076140632513432
Binary11111101100001010111110110000011001110101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,5); }

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

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

 a { background-color: rgb(126,48,5); }

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

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

 span { border-color: rgb(126,48,5); }

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