#443B14

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

Shades of Madras #443B14

Tints of Madras #443B14

Color information

#443B14 (or 0x443B14) is unknown color: approx Madras. HEX triplet: 44, 3B and 14. RGB value is (68,59,20). Sum of RGB (Red+Green+Blue) = 68+59+20=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #443B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B14 is #BBC4EB. Grayscale: #393939. Windows color (decimal): -12305644 or 1325892. OLE color: 1325892.

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

Color convert

RGB685920-
CMYK00.130.710.73
HSL48.75º54.55%17.25%-
HSV(B)48.75º70.59%26.67%-
XYZ4.074.411.3-
YUV57.24106.98135.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=46.26%
G=40.14%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68592000.130.710.7348.7554.5517.25
Hex443B140D4749313711
Octal1047324015107111616721
Binary100010011101110100011011000111100100111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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