#423A1A

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

Shades of Madras #423A1A

Tints of Madras #423A1A

Color information

#423A1A (or 0x423A1A) is unknown color: approx Madras. HEX triplet: 42, 3A and 1A. RGB value is (66,58,26). Sum of RGB (Red+Green+Blue) = 66+58+26=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1A is #BDC5E5. Grayscale: #383838. Windows color (decimal): -12436966 or 1718850. OLE color: 1718850.

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

Color convert

RGB665826-
CMYK00.120.610.74
HSL48º43.48%18.04%-
HSV(B)48º60.61%25.88%-
XYZ3.954.261.59-
YUV56.74110.65134.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=44%
G=38.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66582600.120.610.744843.4818.04
Hex423A1A0C3D4A302b12
Octal102723201475112605322
Binary10000101110101101001100111101100101011000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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