#43421B

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

Shades of Madras #43421B

Tints of Madras #43421B

Color information

#43421B (or 0x43421B) is unknown color: approx Madras. HEX triplet: 43, 42 and 1B. RGB value is (67,66,27). Sum of RGB (Red+Green+Blue) = 67+66+27=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #43421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43421B is #BCBDE4. Grayscale: #3E3E3E. Windows color (decimal): -12369381 or 1786435. OLE color: 1786435.

HSL color Cylindrical-coordinate representation of color #43421B: hue angle of 58.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 #43421B is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB676627-
CMYK00.010.600.74
HSL58.5º42.55%18.43%-
HSV(B)58.5º59.7%26.27%-
XYZ4.465.171.8-
YUV61.85108.33131.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=41.88%
G=41.25%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67662700.010.600.7458.542.5518.43
Hex43421B013C4A3a2b12
Octal103102330174112725322
Binary100001110000101101101111100100101011101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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