#3D370E

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

Shades of Madras #3D370E

Tints of Madras #3D370E

Color information

#3D370E (or 0x3D370E) is unknown color: approx Madras. HEX triplet: 3D, 37 and 0E. RGB value is (61,55,14). Sum of RGB (Red+Green+Blue) = 61+55+14=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D370E is #C2C8F1. Grayscale: #343434. Windows color (decimal): -12765426 or 931645. OLE color: 931645.

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

Color convert

RGB615514-
CMYK00.100.770.76
HSL52.34º62.67%14.71%-
HSV(B)52.34º77.05%23.92%-
XYZ3.373.760.96-
YUV52.12106.49134.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.92%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=46.92%
G=42.31%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61551400.100.770.7652.3462.6714.71
Hex3D37E0A4D4C343ff
Octal756716012115114647717
Binary111101110111111001010100110110011001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,14); }

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

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

 a { background-color: rgb(61,55,14); }

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

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

 span { border-color: rgb(61,55,14); }

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