#413B1B

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

Shades of Madras #413B1B

Tints of Madras #413B1B

Color information

#413B1B (or 0x413B1B) is unknown color: approx Madras. HEX triplet: 41, 3B and 1B. RGB value is (65,59,27). Sum of RGB (Red+Green+Blue) = 65+59+27=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #413B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B1B is #BEC4E4. Grayscale: #393939. Windows color (decimal): -12502245 or 1784641. OLE color: 1784641.

HSL color Cylindrical-coordinate representation of color #413B1B: hue angle of 50.53º 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 #413B1B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB655927-
CMYK00.090.580.75
HSL50.53º41.3%18.04%-
HSV(B)50.53º58.46%25.49%-
XYZ3.944.331.67-
YUV57.15110.99133.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=43.05%
G=39.07%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65592700.090.580.7550.5341.318.04
Hex413B1B093A4B332912
Octal101733301172113635122
Binary10000011110111101101001111010100101111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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