#443C0E

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

Shades of Madras #443C0E

Tints of Madras #443C0E

Color information

#443C0E (or 0x443C0E) is unknown color: approx Madras. HEX triplet: 44, 3C and 0E. RGB value is (68,60,14). Sum of RGB (Red+Green+Blue) = 68+60+14=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #443C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C0E is #BBC3F1. Grayscale: #393939. Windows color (decimal): -12305394 or 932932. OLE color: 932932.

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

Color convert

RGB686014-
CMYK00.120.790.73
HSL51.11º65.85%16.08%-
HSV(B)51.11º79.41%26.67%-
XYZ4.084.491.07-
YUV57.15103.65135.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 60 (23.83% from 255) = 42.25%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=47.89%
G=42.25%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68601400.120.790.7351.1165.8516.08
Hex443CE0C4F49334210
Octal10474160141171116310220
Binary100010011110011100110010011111001001110011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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