#423D19

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

Shades of Madras #423D19

Tints of Madras #423D19

Color information

#423D19 (or 0x423D19) is unknown color: approx Madras. HEX triplet: 42, 3D and 19. RGB value is (66,61,25). Sum of RGB (Red+Green+Blue) = 66+61+25=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #423D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D19 is #BDC2E6. Grayscale: #3A3A3A. Windows color (decimal): -12436199 or 1654082. OLE color: 1654082.

HSL color Cylindrical-coordinate representation of color #423D19: hue angle of 52.68º 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 #423D19 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB666125-
CMYK00.080.620.74
HSL52.68º45.05%17.84%-
HSV(B)52.68º62.12%25.88%-
XYZ4.094.571.59-
YUV58.39109.16133.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=43.42%
G=40.13%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66612500.080.620.7452.6845.0517.84
Hex423D19083E4A352d12
Octal102753101076112655522
Binary10000101111011100101000111110100101011010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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