#3D3900

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

Shades of Madras #3D3900

Tints of Madras #3D3900

Color information

#3D3900 (or 0x3D3900) is unknown color: approx Madras. HEX triplet: 3D, 39 and 00. RGB value is (61,57,0). Sum of RGB (Red+Green+Blue) = 61+57+0=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3900 is #C2C6FF. Grayscale: #333333. Windows color (decimal): -12764928 or 14653. OLE color: 14653.

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

Color convert

RGB61570-
CMYK00.0710.76
HSL56.07º100%11.96%-
HSV(B)56.07º100%23.92%-
XYZ3.393.920.58-
YUV51.798.83134.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.69%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.69%
G=48.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6157000.0710.7656.0710011.96
Hex3D39007644C3864c
Octal75710071441147014414
Binary111101111001001111100100100110011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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