#413D1B

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

Shades of Madras #413D1B

Tints of Madras #413D1B

Color information

#413D1B (or 0x413D1B) is unknown color: approx Madras. HEX triplet: 41, 3D and 1B. RGB value is (65,61,27). Sum of RGB (Red+Green+Blue) = 65+61+27=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1B is #BEC2E4. Grayscale: #3A3A3A. Windows color (decimal): -12501733 or 1785153. OLE color: 1785153.

HSL color Cylindrical-coordinate representation of color #413D1B: hue angle of 53.68º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413D1B is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB656127-
CMYK00.060.580.75
HSL53.68º41.3%18.04%-
HSV(B)53.68º58.46%25.49%-
XYZ4.054.541.7-
YUV58.32110.33132.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=42.48%
G=39.87%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65612700.060.580.7553.6841.318.04
Hex413D1B063A4B362912
Octal10175330672113665122
Binary1000001111101110110110111010100101111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413D1B; }

 p { color: rgb(65,61,27); }

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

<style>
 a { background-color: #413D1B; }

 a { background-color: rgb(65,61,27); }

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

<style>
 span { border-color: #413D1B; }

 span { border-color: rgb(65,61,27); }

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