#7C3307

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

Shades of Saddle Brown #7C3307

Tints of Saddle Brown #7C3307

Color information

#7C3307 (or 0x7C3307) is unknown color: approx Saddle Brown. HEX triplet: 7C, 33 and 07. RGB value is (124,51,7). Sum of RGB (Red+Green+Blue) = 124+51+7=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3307 is #83CCF8. Grayscale: #444444. Windows color (decimal): -8637689 or 471932. OLE color: 471932.

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

Color convert

RGB124517-
CMYK00.590.940.51
HSL22.56º89.31%25.69%-
HSV(B)22.56º94.35%48.63%-
XYZ9.536.670.99-
YUV67.8193.68168.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.13%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=68.13%
G=28.02%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12451700.590.940.5122.5689.3125.69
Hex7C33703B5E3317591a
Octal174637073136632713132
Binary11111001100111110111011101111011001110111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,7); }

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

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

 a { background-color: rgb(124,51,7); }

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

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

 span { border-color: rgb(124,51,7); }

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