#434010

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

Shades of Madras #434010

Tints of Madras #434010

Color information

#434010 (or 0x434010) is unknown color: approx Madras. HEX triplet: 43, 40 and 10. RGB value is (67,64,16). Sum of RGB (Red+Green+Blue) = 67+64+16=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #434010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434010 is #BCBFEF. Grayscale: #3B3B3B. Windows color (decimal): -12369904 or 1065027. OLE color: 1065027.

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

Color convert

RGB676416-
CMYK00.040.760.74
HSL56.47º61.45%16.27%-
HSV(B)56.47º76.12%26.27%-
XYZ4.244.91.21-
YUV59.42103.49133.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=45.58%
G=43.54%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67641600.040.760.7456.4761.4516.27
Hex434010044C4A383d10
Octal1031002004114112707520
Binary100001110000001000001001001100100101011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434010; }

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

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

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

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

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

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

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

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