#43401D

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

Shades of Madras #43401D

Tints of Madras #43401D

Color information

#43401D (or 0x43401D) is unknown color: approx Madras. HEX triplet: 43, 40 and 1D. RGB value is (67,64,29). Sum of RGB (Red+Green+Blue) = 67+64+29=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #43401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401D is #BCBFE2. Grayscale: #3D3D3D. Windows color (decimal): -12369891 or 1916995. OLE color: 1916995.

HSL color Cylindrical-coordinate representation of color #43401D: hue angle of 55.26º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43401D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB676429-
CMYK00.040.570.74
HSL55.26º39.58%18.82%-
HSV(B)55.26º56.72%26.27%-
XYZ4.374.951.89-
YUV60.91109.99132.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=41.88%
G=40%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67642900.040.570.7455.2639.5818.82
Hex43401D04394A372813
Octal103100350471112675023
Binary10000111000000111010100111001100101011011110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43401D; }

 p { color: rgb(67,64,29); }

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

<style>
 a { background-color: #43401D; }

 a { background-color: rgb(67,64,29); }

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

<style>
 span { border-color: #43401D; }

 span { border-color: rgb(67,64,29); }

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