#443C14

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

Shades of Madras #443C14

Tints of Madras #443C14

Color information

#443C14 (or 0x443C14) is unknown color: approx Madras. HEX triplet: 44, 3C and 14. RGB value is (68,60,20). Sum of RGB (Red+Green+Blue) = 68+60+20=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #443C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C14 is #BBC3EB. Grayscale: #3A3A3A. Windows color (decimal): -12305388 or 1326148. OLE color: 1326148.

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

Color convert

RGB686020-
CMYK00.120.710.73
HSL50º54.55%17.25%-
HSV(B)50º70.59%26.67%-
XYZ4.134.511.32-
YUV57.83106.65135.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=45.95%
G=40.54%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68602000.120.710.735054.5517.25
Hex443C140C4749323711
Octal1047424014107111626721
Binary100010011110010100011001000111100100111001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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