#7C3508

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

Shades of Saddle Brown #7C3508

Tints of Saddle Brown #7C3508

Color information

#7C3508 (or 0x7C3508) is unknown color: approx Saddle Brown. HEX triplet: 7C, 35 and 08. RGB value is (124,53,8). Sum of RGB (Red+Green+Blue) = 124+53+8=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3508 is #83CAF7. Grayscale: #454545. Windows color (decimal): -8637176 or 537980. OLE color: 537980.

HSL color Cylindrical-coordinate representation of color #7C3508: hue angle of 23.28º degrees, saturation: 0.88, 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 #7C3508 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB124538-
CMYK00.570.940.51
HSL23.28º87.88%25.88%-
HSV(B)23.28º93.55%48.63%-
XYZ9.636.851.04-
YUV69.193.52167.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.03%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=67.03%
G=28.65%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12453800.570.940.5123.2887.8825.88
Hex7C3580395E3317581a
Octal1746510071136632713032
Binary111110011010110000111001101111011001110111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,53,8); }

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

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

 a { background-color: rgb(124,53,8); }

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

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

 span { border-color: rgb(124,53,8); }

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