#443C12

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

Shades of Madras #443C12

Tints of Madras #443C12

Color information

#443C12 (or 0x443C12) is unknown color: approx Madras. HEX triplet: 44, 3C and 12. RGB value is (68,60,18). Sum of RGB (Red+Green+Blue) = 68+60+18=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #443C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C12 is #BBC3ED. Grayscale: #393939. Windows color (decimal): -12305390 or 1195076. OLE color: 1195076.

HSL color Cylindrical-coordinate representation of color #443C12: hue angle of 50.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443C12 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB686018-
CMYK00.120.740.73
HSL50.4º58.14%16.86%-
HSV(B)50.4º73.53%26.67%-
XYZ4.114.51.23-
YUV57.6105.65135.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=46.58%
G=41.10%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68601800.120.740.7350.458.1416.86
Hex443C120C4A49323a11
Octal1047422014112111627221
Binary100010011110010010011001001010100100111001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443C12; }

 p { color: rgb(68,60,18); }

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

<style>
 a { background-color: #443C12; }

 a { background-color: rgb(68,60,18); }

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

<style>
 span { border-color: #443C12; }

 span { border-color: rgb(68,60,18); }

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