#423D16

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

Shades of Madras #423D16

Tints of Madras #423D16

Color information

#423D16 (or 0x423D16) is unknown color: approx Madras. HEX triplet: 42, 3D and 16. RGB value is (66,61,22). Sum of RGB (Red+Green+Blue) = 66+61+22=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #423D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D16 is #BDC2E9. Grayscale: #3A3A3A. Windows color (decimal): -12436202 or 1457474. OLE color: 1457474.

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

Color convert

RGB666122-
CMYK00.080.670.74
HSL53.18º50%17.25%-
HSV(B)53.18º66.67%25.88%-
XYZ4.064.551.42-
YUV58.05107.66133.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=44.30%
G=40.94%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66612200.080.670.7453.185017.25
Hex423D1608434A353211
Octal1027526010103112656221
Binary100001011110110110010001000011100101011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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