#43400B

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

Shades of Madras #43400B

Tints of Madras #43400B

Color information

#43400B (or 0x43400B) is unknown color: approx Madras. HEX triplet: 43, 40 and 0B. RGB value is (67,64,11). Sum of RGB (Red+Green+Blue) = 67+64+11=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43400B is #BCBFF4. Grayscale: #3B3B3B. Windows color (decimal): -12369909 or 737347. OLE color: 737347.

HSL color Cylindrical-coordinate representation of color #43400B: hue angle of 56.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43400B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB676411-
CMYK00.040.840.74
HSL56.79º71.79%15.29%-
HSV(B)56.79º83.58%26.27%-
XYZ4.214.881.04-
YUV58.86100.99133.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=47.18%
G=45.07%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67641100.040.840.7456.7971.7915.29
Hex4340B04544A3948f
Octal10310013041241127111017
Binary10000111000000101101001010100100101011100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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