#413A23

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

Shades of Madras #413A23

Tints of Madras #413A23

Color information

#413A23 (or 0x413A23) is unknown color: approx Madras. HEX triplet: 41, 3A and 23. RGB value is (65,58,35). Sum of RGB (Red+Green+Blue) = 65+58+35=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A23 is #BEC5DC. Grayscale: #393939. Windows color (decimal): -12502493 or 2308673. OLE color: 2308673.

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

Color convert

RGB655835-
CMYK00.110.460.75
HSL46º30%19.61%-
HSV(B)46º46.15%25.49%-
XYZ44.272.2-
YUV57.47115.32133.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=41.14%
G=36.71%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65583500.110.460.75463019.61
Hex413A230B2E4B2e1e14
Octal101724301356113563624
Binary10000011110101000110101110111010010111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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