#423B1D

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

Shades of Madras #423B1D

Tints of Madras #423B1D

Color information

#423B1D (or 0x423B1D) is unknown color: approx Madras. HEX triplet: 42, 3B and 1D. RGB value is (66,59,29). Sum of RGB (Red+Green+Blue) = 66+59+29=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #423B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B1D is #BDC4E2. Grayscale: #393939. Windows color (decimal): -12436707 or 1915714. OLE color: 1915714.

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

Color convert

RGB665929-
CMYK00.110.560.74
HSL48.65º38.95%18.63%-
HSV(B)48.65º56.06%25.88%-
XYZ4.034.371.79-
YUV57.67111.82133.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=42.86%
G=38.31%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66592900.110.560.7448.6538.9518.63
Hex423B1D0B384A312713
Octal102733501370112614723
Binary10000101110111110101011111000100101011000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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