#3D3703

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

Shades of Madras #3D3703

Tints of Madras #3D3703

Color information

#3D3703 (or 0x3D3703) is unknown color: approx Madras. HEX triplet: 3D, 37 and 03. RGB value is (61,55,3). Sum of RGB (Red+Green+Blue) = 61+55+3=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3703 is #C2C8FC. Grayscale: #333333. Windows color (decimal): -12765437 or 210749. OLE color: 210749.

HSL color Cylindrical-coordinate representation of color #3D3703: hue angle of 53.79º 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 #3D3703 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB61553-
CMYK00.100.950.76
HSL53.79º90.62%12.55%-
HSV(B)53.79º95.08%23.92%-
XYZ3.313.730.63-
YUV50.87100.99135.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=51.26%
G=46.22%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6155300.100.950.7653.7990.6212.55
Hex3D3730A5F4C365bd
Octal756730121371146613315
Binary11110111011111010101011111100110011011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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