#3D3A0F

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

Shades of Madras #3D3A0F

Tints of Madras #3D3A0F

Color information

#3D3A0F (or 0x3D3A0F) is unknown color: approx Madras. HEX triplet: 3D, 3A and 0F. RGB value is (61,58,15). Sum of RGB (Red+Green+Blue) = 61+58+15=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3A0F is #C2C5F0. Grayscale: #363636. Windows color (decimal): -12764657 or 997949. OLE color: 997949.

HSL color Cylindrical-coordinate representation of color #3D3A0F: hue angle of 56.09º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D3A0F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB615815-
CMYK00.050.750.76
HSL56.09º60.53%14.9%-
HSV(B)56.09º75.41%23.92%-
XYZ3.524.051.05-
YUV54105.99133-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.52%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=45.52%
G=43.28%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61581500.050.750.7656.0960.5314.9
Hex3D3AF054B4C383df
Octal75721705113114707517
Binary11110111101011110101100101110011001110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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