#3D3918

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

Shades of Madras #3D3918

Tints of Madras #3D3918

Color information

#3D3918 (or 0x3D3918) is unknown color: approx Madras. HEX triplet: 3D, 39 and 18. RGB value is (61,57,24). Sum of RGB (Red+Green+Blue) = 61+57+24=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3918 is #C2C6E7. Grayscale: #363636. Windows color (decimal): -12764904 or 1587517. OLE color: 1587517.

HSL color Cylindrical-coordinate representation of color #3D3918: hue angle of 53.51º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3918 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB615724-
CMYK00.070.610.76
HSL53.51º43.53%16.67%-
HSV(B)53.51º60.66%23.92%-
XYZ3.553.981.45-
YUV54.43110.83132.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=42.96%
G=40.14%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61572400.070.610.7653.5143.5316.67
Hex3D3918073D4C362c11
Octal7571300775114665421
Binary111101111001110000111111101100110011011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,24); }

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

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

 a { background-color: rgb(61,57,24); }

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

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

 span { border-color: rgb(61,57,24); }

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