#44310D

Color #44310D Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #44310D

Tints of Mikado #44310D

Color information

#44310D (or 0x44310D) is unknown color: approx Mikado. HEX triplet: 44, 31 and 0D. RGB value is (68,49,13). Sum of RGB (Red+Green+Blue) = 68+49+13=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44310D is #BBCEF2. Grayscale: #323232. Windows color (decimal): -12308211 or 864580. OLE color: 864580.

HSL color Cylindrical-coordinate representation of color #44310D: hue angle of 39.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44310D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB684913-
CMYK00.280.810.73
HSL39.27º67.9%15.88%-
HSV(B)39.27º80.88%26.67%-
XYZ3.553.450.86-
YUV50.58106.79140.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 13 (5.47% from 255) = 10%
R=52.31%
G=37.69%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68491300.280.810.7339.2767.915.88
Hex4431D01C5149274410
Octal10461150341211114710420
Binary1000100110001110101110010100011001001100111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44310D; }

 p { color: rgb(68,49,13); }

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

<style>
 a { background-color: #44310D; }

 a { background-color: rgb(68,49,13); }

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

<style>
 span { border-color: #44310D; }

 span { border-color: rgb(68,49,13); }

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