#7C3706

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

Shades of Saddle Brown #7C3706

Tints of Saddle Brown #7C3706

Color information

#7C3706 (or 0x7C3706) is unknown color: approx Saddle Brown. HEX triplet: 7C, 37 and 06. RGB value is (124,55,6). Sum of RGB (Red+Green+Blue) = 124+55+6=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3706 is #83C8F9. Grayscale: #464646. Windows color (decimal): -8636666 or 407420. OLE color: 407420.

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

Color convert

RGB124556-
CMYK00.560.950.51
HSL24.92º90.77%25.49%-
HSV(B)24.92º95.16%48.63%-
XYZ9.717.031.02-
YUV70.0491.86166.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.03%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=67.03%
G=29.73%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12455600.560.950.5124.9290.7725.49
Hex7C3760385F33195b19
Octal174676070137633113331
Binary11111001101111100111000101111111001111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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