#434016

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

Shades of Madras #434016

Tints of Madras #434016

Color information

#434016 (or 0x434016) is unknown color: approx Madras. HEX triplet: 43, 40 and 16. RGB value is (67,64,22). Sum of RGB (Red+Green+Blue) = 67+64+22=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #434016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434016 is #BCBFE9. Grayscale: #3C3C3C. Windows color (decimal): -12369898 or 1458243. OLE color: 1458243.

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

Color convert

RGB676422-
CMYK00.040.670.74
HSL56º50.56%17.45%-
HSV(B)56º67.16%26.27%-
XYZ4.294.921.48-
YUV60.11106.49132.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=43.79%
G=41.83%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67642200.040.670.745650.5617.45
Hex43401604434A383311
Octal1031002604103112706321
Binary100001110000001011001001000011100101011100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434016; }

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

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

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

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

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

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

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

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