#434116

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

Shades of Madras #434116

Tints of Madras #434116

Color information

#434116 (or 0x434116) is unknown color: approx Madras. HEX triplet: 43, 41 and 16. RGB value is (67,65,22). Sum of RGB (Red+Green+Blue) = 67+65+22=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #434116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434116 is #BCBEE9. Grayscale: #3C3C3C. Windows color (decimal): -12369642 or 1458499. OLE color: 1458499.

HSL color Cylindrical-coordinate representation of color #434116: hue angle of 57.33º 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 #434116 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB676522-
CMYK00.030.670.74
HSL57.33º50.56%17.45%-
HSV(B)57.33º67.16%26.27%-
XYZ4.355.031.5-
YUV60.7106.16132.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=43.51%
G=42.21%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67652200.030.670.7457.3350.5617.45
Hex43411603434A393311
Octal1031012603103112716321
Binary10000111000001101100111000011100101011100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434116; }

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

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

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

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

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

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

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

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