#3D3A18

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

Shades of Madras #3D3A18

Tints of Madras #3D3A18

Color information

#3D3A18 (or 0x3D3A18) is unknown color: approx Madras. HEX triplet: 3D, 3A and 18. RGB value is (61,58,24). Sum of RGB (Red+Green+Blue) = 61+58+24=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3A18 is #C2C5E7. Grayscale: #373737. Windows color (decimal): -12764648 or 1587773. OLE color: 1587773.

HSL color Cylindrical-coordinate representation of color #3D3A18: hue angle of 55.14º 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 #3D3A18 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB615824-
CMYK00.050.610.76
HSL55.14º43.53%16.67%-
HSV(B)55.14º60.66%23.92%-
XYZ3.64.081.46-
YUV55.02110.49132.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.66%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=42.66%
G=40.56%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61582400.050.610.7655.1443.5316.67
Hex3D3A18053D4C372c11
Octal7572300575114675421
Binary111101111010110000101111101100110011011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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