#3C3911

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

Shades of Madras #3C3911

Tints of Madras #3C3911

Color information

#3C3911 (or 0x3C3911) is unknown color: approx Madras. HEX triplet: 3C, 39 and 11. RGB value is (60,57,17). Sum of RGB (Red+Green+Blue) = 60+57+17=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3911 is #C3C6EE. Grayscale: #353535. Windows color (decimal): -12830447 or 1128764. OLE color: 1128764.

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

Color convert

RGB605717-
CMYK00.050.720.76
HSL55.81º55.84%15.1%-
HSV(B)55.81º71.67%23.53%-
XYZ3.433.931.11-
YUV53.34107.49132.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.78%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=44.78%
G=42.54%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60571700.050.720.7655.8155.8415.1
Hex3C391105484C3838f
Octal74712105110114707017
Binary111100111001100010101100100010011001110001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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