#7C3306

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

Shades of Saddle Brown #7C3306

Tints of Saddle Brown #7C3306

Color information

#7C3306 (or 0x7C3306) is unknown color: approx Saddle Brown. HEX triplet: 7C, 33 and 06. RGB value is (124,51,6). Sum of RGB (Red+Green+Blue) = 124+51+6=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3306 is #83CCF9. Grayscale: #434343. Windows color (decimal): -8637690 or 406396. OLE color: 406396.

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

Color convert

RGB124516-
CMYK00.590.950.51
HSL22.88º90.77%25.49%-
HSV(B)22.88º95.16%48.63%-
XYZ9.536.670.96-
YUV67.793.18168.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.51%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=68.51%
G=28.18%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12451600.590.950.5122.8890.7725.49
Hex7C33603B5F33175b19
Octal174636073137632713331
Binary11111001100111100111011101111111001110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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