#3C3915

Color #3C3915 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #3C3915

Tints of Madras #3C3915

Color information

#3C3915 (or 0x3C3915) is unknown color: approx Madras. HEX triplet: 3C, 39 and 15. RGB value is (60,57,21). Sum of RGB (Red+Green+Blue) = 60+57+21=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3915 is #C3C6EA. Grayscale: #353535. Windows color (decimal): -12830443 or 1390908. OLE color: 1390908.

HSL color Cylindrical-coordinate representation of color #3C3915: hue angle of 55.38º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3915 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB605721-
CMYK00.050.650.76
HSL55.38º48.15%15.88%-
HSV(B)55.38º65%23.53%-
XYZ3.463.941.29-
YUV53.79109.49132.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.48%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=43.48%
G=41.30%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60572100.050.650.7655.3848.1515.88
Hex3C391505414C373010
Octal74712505101114676020
Binary1111001110011010101011000001100110011011111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3915; }

 p { color: rgb(60,57,21); }

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

<style>
 a { background-color: #3C3915; }

 a { background-color: rgb(60,57,21); }

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

<style>
 span { border-color: #3C3915; }

 span { border-color: rgb(60,57,21); }

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