#423A15

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

Shades of Madras #423A15

Tints of Madras #423A15

Color information

#423A15 (or 0x423A15) is unknown color: approx Madras. HEX triplet: 42, 3A and 15. RGB value is (66,58,21). Sum of RGB (Red+Green+Blue) = 66+58+21=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #423A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A15 is #BDC5EA. Grayscale: #383838. Windows color (decimal): -12436971 or 1391170. OLE color: 1391170.

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

Color convert

RGB665821-
CMYK00.120.680.74
HSL49.33º51.72%17.06%-
HSV(B)49.33º68.18%25.88%-
XYZ3.94.241.32-
YUV56.17108.15135.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=45.52%
G=40%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66582100.120.680.7449.3351.7217.06
Hex423A150C444A313411
Octal1027225014104112616421
Binary100001011101010101011001000100100101011000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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