#43401B

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

Shades of Madras #43401B

Tints of Madras #43401B

Color information

#43401B (or 0x43401B) is unknown color: approx Madras. HEX triplet: 43, 40 and 1B. RGB value is (67,64,27). Sum of RGB (Red+Green+Blue) = 67+64+27=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #43401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401B is #BCBFE4. Grayscale: #3C3C3C. Windows color (decimal): -12369893 or 1785923. OLE color: 1785923.

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

Color convert

RGB676427-
CMYK00.040.600.74
HSL55.5º42.55%18.43%-
HSV(B)55.5º59.7%26.27%-
XYZ4.354.941.76-
YUV60.68108.99132.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=42.41%
G=40.51%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67642700.040.600.7455.542.5518.43
Hex43401B043C4A382b12
Octal103100330474112705322
Binary10000111000000110110100111100100101011100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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