#3C3702

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

Shades of Madras #3C3702

Tints of Madras #3C3702

Color information

#3C3702 (or 0x3C3702) is unknown color: approx Madras. HEX triplet: 3C, 37 and 02. RGB value is (60,55,2). Sum of RGB (Red+Green+Blue) = 60+55+2=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3702 is #C3C8FD. Grayscale: #323232. Windows color (decimal): -12830974 or 145212. OLE color: 145212.

HSL color Cylindrical-coordinate representation of color #3C3702: hue angle of 54.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C3702 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB60552-
CMYK00.080.970.76
HSL54.83º93.55%12.16%-
HSV(B)54.83º96.67%23.53%-
XYZ3.243.70.6-
YUV50.45100.66134.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.28%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=51.28%
G=47.01%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6055200.080.970.7654.8393.5512.16
Hex3C37208614C375ec
Octal746720101411146713614
Binary11110011011110010001100001100110011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,2); }

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

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

 a { background-color: rgb(60,55,2); }

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

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

 span { border-color: rgb(60,55,2); }

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