#423902

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

Shades of Madras #423902

Tints of Madras #423902

Color information

#423902 (or 0x423902) is unknown color: approx Madras. HEX triplet: 42, 39 and 02. RGB value is (66,57,2). Sum of RGB (Red+Green+Blue) = 66+57+2=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #423902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423902 is #BDC6FD. Grayscale: #353535. Windows color (decimal): -12437246 or 145730. OLE color: 145730.

HSL color Cylindrical-coordinate representation of color #423902: hue angle of 51.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #423902 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB66572-
CMYK00.140.970.74
HSL51.56º94.12%13.33%-
HSV(B)51.56º96.97%25.88%-
XYZ3.724.090.65-
YUV53.4298.98136.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=52.8%
G=45.6%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6657200.140.970.7451.5694.1213.33
Hex423920E614A345ed
Octal1027120161411126413615
Binary100001011100110011101100001100101011010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423902; }

 p { color: rgb(66,57,2); }

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

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

 a { background-color: rgb(66,57,2); }

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

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

 span { border-color: rgb(66,57,2); }

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