#423A16

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

Shades of Madras #423A16

Tints of Madras #423A16

Color information

#423A16 (or 0x423A16) is unknown color: approx Madras. HEX triplet: 42, 3A and 16. RGB value is (66,58,22). Sum of RGB (Red+Green+Blue) = 66+58+22=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A16 is #BDC5E9. Grayscale: #383838. Windows color (decimal): -12436970 or 1456706. OLE color: 1456706.

HSL color Cylindrical-coordinate representation of color #423A16: hue angle of 49.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423A16 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB665822-
CMYK00.120.670.74
HSL49.09º50%17.25%-
HSV(B)49.09º66.67%25.88%-
XYZ3.94.241.37-
YUV56.29108.65134.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=45.21%
G=39.73%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66582200.120.670.7449.095017.25
Hex423A160C434A313211
Octal1027226014103112616221
Binary100001011101010110011001000011100101011000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A16; }

 p { color: rgb(66,58,22); }

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

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

 a { background-color: rgb(66,58,22); }

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

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

 span { border-color: rgb(66,58,22); }

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