#413C22

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

Shades of Madras #413C22

Tints of Madras #413C22

Color information

#413C22 (or 0x413C22) is unknown color: approx Madras. HEX triplet: 41, 3C and 22. RGB value is (65,60,34). Sum of RGB (Red+Green+Blue) = 65+60+34=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C22 is #BEC3DD. Grayscale: #3A3A3A. Windows color (decimal): -12501982 or 2243649. OLE color: 2243649.

HSL color Cylindrical-coordinate representation of color #413C22: hue angle of 50.32º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413C22 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB656034-
CMYK00.080.480.75
HSL50.32º31.31%19.41%-
HSV(B)50.32º47.69%25.49%-
XYZ4.084.472.16-
YUV58.53114.16132.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=40.88%
G=37.74%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65603400.080.480.7550.3231.3119.41
Hex413C2208304B321f13
Octal101744201060113623723
Binary10000011111001000100100011000010010111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,34); }

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

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

 a { background-color: rgb(65,60,34); }

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

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

 span { border-color: rgb(65,60,34); }

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