#434013

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

Shades of Madras #434013

Tints of Madras #434013

Color information

#434013 (or 0x434013) is unknown color: approx Madras. HEX triplet: 43, 40 and 13. RGB value is (67,64,19). Sum of RGB (Red+Green+Blue) = 67+64+19=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #434013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434013 is #BCBFEC. Grayscale: #3B3B3B. Windows color (decimal): -12369901 or 1261635. OLE color: 1261635.

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

Color convert

RGB676419-
CMYK00.040.720.74
HSL56.25º55.81%16.86%-
HSV(B)56.25º71.64%26.27%-
XYZ4.274.911.34-
YUV59.77104.99133.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=44.67%
G=42.67%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67641900.040.720.7456.2555.8116.86
Hex43401304484A383811
Octal1031002304110112707021
Binary100001110000001001101001001000100101011100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434013; }

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

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

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

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

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

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

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

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