#443A0A

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

Shades of Madras #443A0A

Tints of Madras #443A0A

Color information

#443A0A (or 0x443A0A) is unknown color: approx Madras. HEX triplet: 44, 3A and 0A. RGB value is (68,58,10). Sum of RGB (Red+Green+Blue) = 68+58+10=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #443A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A0A is #BBC5F5. Grayscale: #373737. Windows color (decimal): -12305910 or 670276. OLE color: 670276.

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

Color convert

RGB685810-
CMYK00.150.850.73
HSL49.66º74.36%15.29%-
HSV(B)49.66º85.29%26.67%-
XYZ3.954.280.9-
YUV55.52102.31136.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=50%
G=42.65%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68581000.150.850.7349.6674.3615.29
Hex443AA0F5549324af
Octal10472120171251116211217
Binary10001001110101010011111010101100100111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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