#423F03

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

Shades of Madras #423F03

Tints of Madras #423F03

Color information

#423F03 (or 0x423F03) is unknown color: approx Madras. HEX triplet: 42, 3F and 03. RGB value is (66,63,3). Sum of RGB (Red+Green+Blue) = 66+63+3=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #423F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F03 is #BDC0FC. Grayscale: #393939. Windows color (decimal): -12435709 or 212802. OLE color: 212802.

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

Color convert

RGB66633-
CMYK00.050.950.74
HSL57.14º91.3%13.53%-
HSV(B)57.14º95.45%25.88%-
XYZ4.044.720.78-
YUV57.0697.49134.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=50%
G=47.73%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6663300.050.950.7457.1491.313.53
Hex423F3055F4A395be
Octal102773051371127113316
Binary10000101111111101011011111100101011100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,3); }

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

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

 a { background-color: rgb(66,63,3); }

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

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

 span { border-color: rgb(66,63,3); }

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