#413A22

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

Shades of Madras #413A22

Tints of Madras #413A22

Color information

#413A22 (or 0x413A22) is unknown color: approx Madras. HEX triplet: 41, 3A and 22. RGB value is (65,58,34). Sum of RGB (Red+Green+Blue) = 65+58+34=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A22 is #BEC5DD. Grayscale: #393939. Windows color (decimal): -12502494 or 2243137. OLE color: 2243137.

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

Color convert

RGB655834-
CMYK00.110.480.75
HSL46.45º31.31%19.41%-
HSV(B)46.45º47.69%25.49%-
XYZ3.984.272.13-
YUV57.36114.82133.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=41.40%
G=36.94%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65583400.110.480.7546.4531.3119.41
Hex413A220B304B2e1f13
Octal101724201360113563723
Binary10000011110101000100101111000010010111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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