#434113

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

Shades of Madras #434113

Tints of Madras #434113

Color information

#434113 (or 0x434113) is unknown color: approx Madras. HEX triplet: 43, 41 and 13. RGB value is (67,65,19). Sum of RGB (Red+Green+Blue) = 67+65+19=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #434113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434113 is #BCBEEC. Grayscale: #3C3C3C. Windows color (decimal): -12369645 or 1261891. OLE color: 1261891.

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

Color convert

RGB676519-
CMYK00.030.720.74
HSL57.5º55.81%16.86%-
HSV(B)57.5º71.64%26.27%-
XYZ4.325.021.36-
YUV60.35104.66132.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=44.37%
G=43.05%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67651900.030.720.7457.555.8116.86
Hex43411303484A3a3811
Octal1031012303110112727021
Binary10000111000001100110111001000100101011101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434113; }

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

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

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

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

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

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

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

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