#423A05

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

Shades of Madras #423A05

Tints of Madras #423A05

Color information

#423A05 (or 0x423A05) is unknown color: approx Madras. HEX triplet: 42, 3A and 05. RGB value is (66,58,5). Sum of RGB (Red+Green+Blue) = 66+58+5=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A05 is #BDC5FA. Grayscale: #363636. Windows color (decimal): -12436987 or 342594. OLE color: 342594.

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

Color convert

RGB66585-
CMYK00.120.920.74
HSL52.13º85.92%13.92%-
HSV(B)52.13º92.42%25.88%-
XYZ3.794.20.75-
YUV54.35100.15136.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=51.16%
G=44.96%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6658500.120.920.7452.1385.9213.92
Hex423A50C5C4A3456e
Octal1027250141341126412616
Binary1000010111010101011001011100100101011010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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