#44380E

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

Shades of Madras #44380E

Tints of Madras #44380E

Color information

#44380E (or 0x44380E) is unknown color: approx Madras. HEX triplet: 44, 38 and 0E. RGB value is (68,56,14). Sum of RGB (Red+Green+Blue) = 68+56+14=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44380E is #BBC7F1. Grayscale: #363636. Windows color (decimal): -12306418 or 931908. OLE color: 931908.

HSL color Cylindrical-coordinate representation of color #44380E: hue angle of 46.67º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44380E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB685614-
CMYK00.180.790.73
HSL46.67º65.85%16.08%-
HSV(B)46.67º79.41%26.67%-
XYZ3.884.091-
YUV54.8104.98137.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=49.28%
G=40.58%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68561400.180.790.7346.6765.8516.08
Hex4438E0124F492f4210
Octal10470160221171115710220
Binary1000100111000111001001010011111001001101111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44380E; }

 p { color: rgb(68,56,14); }

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

<style>
 a { background-color: #44380E; }

 a { background-color: rgb(68,56,14); }

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

<style>
 span { border-color: #44380E; }

 span { border-color: rgb(68,56,14); }

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