#443D14

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

Shades of Madras #443D14

Tints of Madras #443D14

Color information

#443D14 (or 0x443D14) is unknown color: approx Madras. HEX triplet: 44, 3D and 14. RGB value is (68,61,20). Sum of RGB (Red+Green+Blue) = 68+61+20=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #443D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D14 is #BBC2EB. Grayscale: #3A3A3A. Windows color (decimal): -12305132 or 1326404. OLE color: 1326404.

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

Color convert

RGB686120-
CMYK00.100.710.73
HSL51.25º54.55%17.25%-
HSV(B)51.25º70.59%26.67%-
XYZ4.184.621.33-
YUV58.42106.32134.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=45.64%
G=40.94%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68612000.100.710.7351.2554.5517.25
Hex443D140A4749333711
Octal1047524012107111636721
Binary100010011110110100010101000111100100111001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,61,20); }

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

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

 a { background-color: rgb(68,61,20); }

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

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

 span { border-color: rgb(68,61,20); }

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