#434112

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

Shades of Madras #434112

Tints of Madras #434112

Color information

#434112 (or 0x434112) is unknown color: approx Madras. HEX triplet: 43, 41 and 12. RGB value is (67,65,18). Sum of RGB (Red+Green+Blue) = 67+65+18=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #434112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434112 is #BCBEED. Grayscale: #3C3C3C. Windows color (decimal): -12369646 or 1196355. OLE color: 1196355.

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

Color convert

RGB676518-
CMYK00.030.730.74
HSL57.55º57.65%16.67%-
HSV(B)57.55º73.13%26.27%-
XYZ4.315.021.31-
YUV60.24104.16132.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 18 (7.42% from 255) = 12%
R=44.67%
G=43.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67651800.030.730.7457.5557.6516.67
Hex43411203494A3a3a11
Octal1031012203111112727221
Binary10000111000001100100111001001100101011101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434112; }

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

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

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

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

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

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

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

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