#434014

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

Shades of Madras #434014

Tints of Madras #434014

Color information

#434014 (or 0x434014) is unknown color: approx Madras. HEX triplet: 43, 40 and 14. RGB value is (67,64,20). Sum of RGB (Red+Green+Blue) = 67+64+20=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #434014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434014 is #BCBFEB. Grayscale: #3C3C3C. Windows color (decimal): -12369900 or 1327171. OLE color: 1327171.

HSL color Cylindrical-coordinate representation of color #434014: hue angle of 56.17º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434014 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB676420-
CMYK00.040.700.74
HSL56.17º54.02%17.06%-
HSV(B)56.17º70.15%26.27%-
XYZ4.274.911.38-
YUV59.88105.49133.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=44.37%
G=42.38%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67642000.040.700.7456.1754.0217.06
Hex43401404464A383611
Octal1031002404106112706621
Binary100001110000001010001001000110100101011100011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434014; }

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

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

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

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

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

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

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

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