#413B25

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

Shades of Madras #413B25

Tints of Madras #413B25

Color information

#413B25 (or 0x413B25) is unknown color: approx Madras. HEX triplet: 41, 3B and 25. RGB value is (65,59,37). Sum of RGB (Red+Green+Blue) = 65+59+37=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B25 is #BEC4DA. Grayscale: #3A3A3A. Windows color (decimal): -12502235 or 2440001. OLE color: 2440001.

HSL color Cylindrical-coordinate representation of color #413B25: hue angle of 47.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413B25 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB655937-
CMYK00.090.430.75
HSL47.14º27.45%20%-
HSV(B)47.14º43.08%25.49%-
XYZ4.084.392.38-
YUV58.29115.99132.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=40.37%
G=36.65%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65593700.090.430.7547.1427.4520
Hex413B25092B4B2f1b14
Octal101734501153113573324
Binary10000011110111001010100110101110010111011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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