#423A1D

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

Shades of Madras #423A1D

Tints of Madras #423A1D

Color information

#423A1D (or 0x423A1D) is unknown color: approx Madras. HEX triplet: 42, 3A and 1D. RGB value is (66,58,29). Sum of RGB (Red+Green+Blue) = 66+58+29=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1D is #BDC5E2. Grayscale: #393939. Windows color (decimal): -12436963 or 1915458. OLE color: 1915458.

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

Color convert

RGB665829-
CMYK00.120.560.74
HSL47.03º38.95%18.63%-
HSV(B)47.03º56.06%25.88%-
XYZ3.984.271.78-
YUV57.09112.15134.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=43.14%
G=37.91%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66582900.120.560.7447.0338.9518.63
Hex423A1D0C384A2f2713
Octal102723501470112574723
Binary10000101110101110101100111000100101010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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