#443A14

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

Shades of Madras #443A14

Tints of Madras #443A14

Color information

#443A14 (or 0x443A14) is unknown color: approx Madras. HEX triplet: 44, 3A and 14. RGB value is (68,58,20). Sum of RGB (Red+Green+Blue) = 68+58+20=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #443A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A14 is #BBC5EB. Grayscale: #383838. Windows color (decimal): -12305900 or 1325636. OLE color: 1325636.

HSL color Cylindrical-coordinate representation of color #443A14: hue angle of 47.5º 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 #443A14 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB685820-
CMYK00.150.710.73
HSL47.5º54.55%17.25%-
HSV(B)47.5º70.59%26.67%-
XYZ4.024.311.28-
YUV56.66107.31136.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=46.58%
G=39.73%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68582000.150.710.7347.554.5517.25
Hex443A140F47492f3711
Octal1047224017107111576721
Binary100010011101010100011111000111100100110111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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