#3C390D

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

Shades of Madras #3C390D

Tints of Madras #3C390D

Color information

#3C390D (or 0x3C390D) is unknown color: approx Madras. HEX triplet: 3C, 39 and 0D. RGB value is (60,57,13). Sum of RGB (Red+Green+Blue) = 60+57+13=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C390D is #C3C6F2. Grayscale: #353535. Windows color (decimal): -12830451 or 866620. OLE color: 866620.

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

Color convert

RGB605713-
CMYK00.050.780.76
HSL56.17º64.38%14.31%-
HSV(B)56.17º78.33%23.53%-
XYZ3.43.920.96-
YUV52.88105.49133.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.15%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 13 (5.47% from 255) = 10%
R=46.15%
G=43.85%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60571300.050.780.7656.1764.3814.31
Hex3C39D054E4C3840e
Octal747115051161147010016
Binary111100111001110101011001110100110011100010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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