#3D3903

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

Shades of Madras #3D3903

Tints of Madras #3D3903

Color information

#3D3903 (or 0x3D3903) is unknown color: approx Madras. HEX triplet: 3D, 39 and 03. RGB value is (61,57,3). Sum of RGB (Red+Green+Blue) = 61+57+3=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3903 is #C2C6FC. Grayscale: #343434. Windows color (decimal): -12764925 or 211261. OLE color: 211261.

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

Color convert

RGB61573-
CMYK00.070.950.76
HSL55.86º90.62%12.55%-
HSV(B)55.86º95.08%23.92%-
XYZ3.43.920.66-
YUV52.04100.33134.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=50.41%
G=47.11%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6157300.070.950.7655.8690.6212.55
Hex3D393075F4C385bd
Octal75713071371147013315
Binary1111011110011101111011111100110011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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