#434011

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

Shades of Madras #434011

Tints of Madras #434011

Color information

#434011 (or 0x434011) is unknown color: approx Madras. HEX triplet: 43, 40 and 11. RGB value is (67,64,17). Sum of RGB (Red+Green+Blue) = 67+64+17=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #434011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434011 is #BCBFEE. Grayscale: #3B3B3B. Windows color (decimal): -12369903 or 1130563. OLE color: 1130563.

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

Color convert

RGB676417-
CMYK00.040.750.74
HSL56.4º59.52%16.47%-
HSV(B)56.4º74.63%26.27%-
XYZ4.254.91.25-
YUV59.54103.99133.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=45.27%
G=43.24%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67641700.040.750.7456.459.5216.47
Hex434011044B4A383c10
Octal1031002104113112707420
Binary100001110000001000101001001011100101011100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434011; }

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

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

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

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

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

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

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

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