#3D3907

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

Shades of Madras #3D3907

Tints of Madras #3D3907

Color information

#3D3907 (or 0x3D3907) is unknown color: approx Madras. HEX triplet: 3D, 39 and 07. RGB value is (61,57,7). Sum of RGB (Red+Green+Blue) = 61+57+7=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3907 is #C2C6F8. Grayscale: #343434. Windows color (decimal): -12764921 or 473405. OLE color: 473405.

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

Color convert

RGB61577-
CMYK00.070.890.76
HSL55.56º79.41%13.33%-
HSV(B)55.56º88.52%23.92%-
XYZ3.433.930.78-
YUV52.5102.33134.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.8%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=48.8%
G=45.6%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6157700.070.890.7655.5679.4113.33
Hex3D39707594C384fd
Octal75717071311147011715
Binary11110111100111101111011001100110011100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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