#7E3B0C

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

Shades of Saddle Brown #7E3B0C

Tints of Saddle Brown #7E3B0C

Color information

#7E3B0C (or 0x7E3B0C) is unknown color: approx Saddle Brown. HEX triplet: 7E, 3B and 0C. RGB value is (126,59,12). Sum of RGB (Red+Green+Blue) = 126+59+12=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3B0C is #81C4F3. Grayscale: #494949. Windows color (decimal): -8504564 or 801662. OLE color: 801662.

HSL color Cylindrical-coordinate representation of color #7E3B0C: hue angle of 24.74º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E3B0C is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1265912-
CMYK00.530.900.51
HSL24.74º82.61%27.06%-
HSV(B)24.74º90.48%49.41%-
XYZ10.237.591.27-
YUV73.6793.2165.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.96%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=63.96%
G=29.95%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126591200.530.900.5124.7482.6127.06
Hex7E3BC0355A3319531b
Octal1767314065132633112333
Binary111111011101111000110101101101011001111001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,59,12); }

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

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

 a { background-color: rgb(126,59,12); }

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

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

 span { border-color: rgb(126,59,12); }

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