#423D00

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

Shades of Madras #423D00

Tints of Madras #423D00

Color information

#423D00 (or 0x423D00) is unknown color: approx Madras. HEX triplet: 42, 3D and 00. RGB value is (66,61,0). Sum of RGB (Red+Green+Blue) = 66+61+0=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #423D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D00 is #BDC2FF. Grayscale: #373737. Windows color (decimal): -12436224 or 15682. OLE color: 15682.

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

Color convert

RGB66610-
CMYK00.0810.74
HSL55.45º100%12.94%-
HSV(B)55.45º100%25.88%-
XYZ3.924.50.66-
YUV55.5496.66135.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.97%
G=48.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6661000.0810.7455.4510012.94
Hex423D008644A3764d
Octal1027500101441126714415
Binary10000101111010010001100100100101011011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,0); }

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

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

 a { background-color: rgb(66,61,0); }

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

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

 span { border-color: rgb(66,61,0); }

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