#43401A

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

Shades of Madras #43401A

Tints of Madras #43401A

Color information

#43401A (or 0x43401A) is unknown color: approx Madras. HEX triplet: 43, 40 and 1A. RGB value is (67,64,26). Sum of RGB (Red+Green+Blue) = 67+64+26=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #43401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401A is #BCBFE5. Grayscale: #3C3C3C. Windows color (decimal): -12369894 or 1720387. OLE color: 1720387.

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

Color convert

RGB676426-
CMYK00.040.610.74
HSL55.61º44.09%18.24%-
HSV(B)55.61º61.19%26.27%-
XYZ4.334.931.7-
YUV60.56108.49132.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=42.68%
G=40.76%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67642600.040.610.7455.6144.0918.24
Hex43401A043D4A382c12
Octal103100320475112705422
Binary10000111000000110100100111101100101011100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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