#423A18

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

Shades of Madras #423A18

Tints of Madras #423A18

Color information

#423A18 (or 0x423A18) is unknown color: approx Madras. HEX triplet: 42, 3A and 18. RGB value is (66,58,24). Sum of RGB (Red+Green+Blue) = 66+58+24=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #423A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A18 is #BDC5E7. Grayscale: #383838. Windows color (decimal): -12436968 or 1587778. OLE color: 1587778.

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

Color convert

RGB665824-
CMYK00.120.640.74
HSL48.57º46.67%17.65%-
HSV(B)48.57º63.64%25.88%-
XYZ3.924.251.48-
YUV56.52109.65134.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=44.59%
G=39.19%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66582400.120.640.7448.5746.6717.65
Hex423A180C404A312f12
Octal1027230014100112615722
Binary100001011101011000011001000000100101011000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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