#423A19

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

Shades of Madras #423A19

Tints of Madras #423A19

Color information

#423A19 (or 0x423A19) is unknown color: approx Madras. HEX triplet: 42, 3A and 19. RGB value is (66,58,25). Sum of RGB (Red+Green+Blue) = 66+58+25=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #423A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A19 is #BDC5E6. Grayscale: #383838. Windows color (decimal): -12436967 or 1653314. OLE color: 1653314.

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

Color convert

RGB665825-
CMYK00.120.620.74
HSL48.29º45.05%17.84%-
HSV(B)48.29º62.12%25.88%-
XYZ3.944.251.53-
YUV56.63110.15134.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=44.30%
G=38.93%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66582500.120.620.7448.2945.0517.84
Hex423A190C3E4A302d12
Octal102723101476112605522
Binary10000101110101100101100111110100101011000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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