#443D12

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

Shades of Madras #443D12

Tints of Madras #443D12

Color information

#443D12 (or 0x443D12) is unknown color: approx Madras. HEX triplet: 44, 3D and 12. RGB value is (68,61,18). Sum of RGB (Red+Green+Blue) = 68+61+18=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #443D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D12 is #BBC2ED. Grayscale: #3A3A3A. Windows color (decimal): -12305134 or 1195332. OLE color: 1195332.

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

Color convert

RGB686118-
CMYK00.100.740.73
HSL51.6º58.14%16.86%-
HSV(B)51.6º73.53%26.67%-
XYZ4.164.611.24-
YUV58.19105.32135-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 61 (24.22% from 255) = 41.50%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=46.26%
G=41.50%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68611800.100.740.7351.658.1416.86
Hex443D120A4A49343a11
Octal1047522012112111647221
Binary100010011110110010010101001010100100111010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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