#434012

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

Shades of Madras #434012

Tints of Madras #434012

Color information

#434012 (or 0x434012) is unknown color: approx Madras. HEX triplet: 43, 40 and 12. RGB value is (67,64,18). Sum of RGB (Red+Green+Blue) = 67+64+18=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #434012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434012 is #BCBFED. Grayscale: #3B3B3B. Windows color (decimal): -12369902 or 1196099. OLE color: 1196099.

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

Color convert

RGB676418-
CMYK00.040.730.74
HSL56.33º57.65%16.67%-
HSV(B)56.33º73.13%26.27%-
XYZ4.264.91.29-
YUV59.65104.49133.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=44.97%
G=42.95%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67641800.040.730.7456.3357.6516.67
Hex43401204494A383a11
Octal1031002204111112707221
Binary100001110000001001001001001001100101011100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434012; }

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

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

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

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

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

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

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

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