#43401E

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

Shades of Madras #43401E

Tints of Madras #43401E

Color information

#43401E (or 0x43401E) is unknown color: approx Madras. HEX triplet: 43, 40 and 1E. RGB value is (67,64,30). Sum of RGB (Red+Green+Blue) = 67+64+30=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #43401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401E is #BCBFE1. Grayscale: #3D3D3D. Windows color (decimal): -12369890 or 1982531. OLE color: 1982531.

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

Color convert

RGB676430-
CMYK00.040.550.74
HSL55.14º38.14%19.02%-
HSV(B)55.14º55.22%26.27%-
XYZ4.384.951.95-
YUV61.02110.49132.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=41.61%
G=39.75%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67643000.040.550.7455.1438.1419.02
Hex43401E04374A372613
Octal103100360467112674623
Binary10000111000000111100100110111100101011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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