#3D380B

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

Shades of Madras #3D380B

Tints of Madras #3D380B

Color information

#3D380B (or 0x3D380B) is unknown color: approx Madras. HEX triplet: 3D, 38 and 0B. RGB value is (61,56,11). Sum of RGB (Red+Green+Blue) = 61+56+11=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D380B is #C2C7F4. Grayscale: #343434. Windows color (decimal): -12765173 or 735293. OLE color: 735293.

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

Color convert

RGB615611-
CMYK00.080.820.76
HSL54º69.44%14.12%-
HSV(B)54º81.97%23.92%-
XYZ3.43.840.88-
YUV52.36104.66134.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=47.66%
G=43.75%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61561100.080.820.765469.4414.12
Hex3D38B08524C3645e
Octal7570130101221146610516
Binary1111011110001011010001010010100110011011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,56,11); }

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

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

 a { background-color: rgb(61,56,11); }

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

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

 span { border-color: rgb(61,56,11); }

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