#423C03

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

Shades of Madras #423C03

Tints of Madras #423C03

Color information

#423C03 (or 0x423C03) is unknown color: approx Madras. HEX triplet: 42, 3C and 03. RGB value is (66,60,3). Sum of RGB (Red+Green+Blue) = 66+60+3=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C03 is #BDC3FC. Grayscale: #373737. Windows color (decimal): -12436477 or 212034. OLE color: 212034.

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

Color convert

RGB66603-
CMYK00.090.950.74
HSL54.29º91.3%13.53%-
HSV(B)54.29º95.45%25.88%-
XYZ3.884.40.73-
YUV55.398.49135.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 60 (23.83% from 255) = 46.51%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=51.16%
G=46.51%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6660300.090.950.7454.2991.313.53
Hex423C3095F4A365be
Octal1027430111371126613316
Binary100001011110011010011011111100101011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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