#423E03

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

Shades of Madras #423E03

Tints of Madras #423E03

Color information

#423E03 (or 0x423E03) is unknown color: approx Madras. HEX triplet: 42, 3E and 03. RGB value is (66,62,3). Sum of RGB (Red+Green+Blue) = 66+62+3=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #423E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423E03 is #BDC1FC. Grayscale: #383838. Windows color (decimal): -12435965 or 212546. OLE color: 212546.

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

Color convert

RGB66623-
CMYK00.060.950.74
HSL56.19º91.3%13.53%-
HSV(B)56.19º95.45%25.88%-
XYZ3.994.610.77-
YUV56.4797.83134.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 62 (24.61% from 255) = 47.33%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=50.38%
G=47.33%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6662300.060.950.7456.1991.313.53
Hex423E3065F4A385be
Octal102763061371127013316
Binary10000101111101101101011111100101011100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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