#434214

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

Shades of Madras #434214

Tints of Madras #434214

Color information

#434214 (or 0x434214) is unknown color: approx Madras. HEX triplet: 43, 42 and 14. RGB value is (67,66,20). Sum of RGB (Red+Green+Blue) = 67+66+20=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #434214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434214 is #BCBDEB. Grayscale: #3D3D3D. Windows color (decimal): -12369388 or 1327683. OLE color: 1327683.

HSL color Cylindrical-coordinate representation of color #434214: hue angle of 58.72º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434214 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB676620-
CMYK00.010.700.74
HSL58.72º54.02%17.06%-
HSV(B)58.72º70.15%26.27%-
XYZ4.395.141.42-
YUV61.05104.83132.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=43.79%
G=43.14%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67662000.010.700.7458.7254.0217.06
Hex43421401464A3b3611
Octal1031022401106112736621
Binary1000011100001010100011000110100101011101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434214; }

 p { color: rgb(67,66,20); }

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

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

 a { background-color: rgb(67,66,20); }

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

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

 span { border-color: rgb(67,66,20); }

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