#3D370A

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

Shades of Madras #3D370A

Tints of Madras #3D370A

Color information

#3D370A (or 0x3D370A) is unknown color: approx Madras. HEX triplet: 3D, 37 and 0A. RGB value is (61,55,10). Sum of RGB (Red+Green+Blue) = 61+55+10=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D370A is #C2C8F5. Grayscale: #333333. Windows color (decimal): -12765430 or 669501. OLE color: 669501.

HSL color Cylindrical-coordinate representation of color #3D370A: hue angle of 52.94º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D370A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB615510-
CMYK00.100.840.76
HSL52.94º71.83%13.92%-
HSV(B)52.94º83.61%23.92%-
XYZ3.353.750.83-
YUV51.66104.49134.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 55 (21.88% from 255) = 43.65%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=48.41%
G=43.65%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61551000.100.840.7652.9471.8313.92
Hex3D37A0A544C3548e
Octal7567120121241146511016
Binary1111011101111010010101010100100110011010110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,10); }

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

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

 a { background-color: rgb(61,55,10); }

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

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

 span { border-color: rgb(61,55,10); }

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