#7C3506

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

Shades of Saddle Brown #7C3506

Tints of Saddle Brown #7C3506

Color information

#7C3506 (or 0x7C3506) is unknown color: approx Saddle Brown. HEX triplet: 7C, 35 and 06. RGB value is (124,53,6). Sum of RGB (Red+Green+Blue) = 124+53+6=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3506 is #83CAF9. Grayscale: #454545. Windows color (decimal): -8637178 or 406908. OLE color: 406908.

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

Color convert

RGB124536-
CMYK00.570.950.51
HSL23.9º90.77%25.49%-
HSV(B)23.9º95.16%48.63%-
XYZ9.626.840.99-
YUV68.8792.52167.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.76%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=67.76%
G=28.96%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12453600.570.950.5123.990.7725.49
Hex7C3560395F33185b19
Octal174656071137633013331
Binary11111001101011100111001101111111001111000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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