#423F1E

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

Shades of Madras #423F1E

Tints of Madras #423F1E

Color information

#423F1E (or 0x423F1E) is unknown color: approx Madras. HEX triplet: 42, 3F and 1E. RGB value is (66,63,30). Sum of RGB (Red+Green+Blue) = 66+63+30=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1E is #BDC0E1. Grayscale: #3C3C3C. Windows color (decimal): -12435682 or 1982274. OLE color: 1982274.

HSL color Cylindrical-coordinate representation of color #423F1E: hue angle of 55º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423F1E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB666330-
CMYK00.050.550.74
HSL55º37.5%18.82%-
HSV(B)55º54.55%25.88%-
XYZ4.264.811.93-
YUV60.13110.99132.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=41.51%
G=39.62%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66633000.050.550.745537.518.82
Hex423F1E05374A372613
Octal10277360567112674623
Binary1000010111111111100101110111100101011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,30); }

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

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

 a { background-color: rgb(66,63,30); }

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

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

 span { border-color: rgb(66,63,30); }

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