#44310c

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

Shades of Mikado #44310C

Tints of Mikado #44310C

Color information

#44310C (or 0x44310C) is unknown color: approx Mikado. HEX triplet: 44, 31 and 0C. RGB value is (68,49,12). Sum of RGB (Red+Green+Blue) = 68+49+12=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #44310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44310C is #BBCEF3. Grayscale: #323232. Windows color (decimal): -12308212 or 799044. OLE color: 799044.

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

Color convert

RGB684912-
CMYK00.280.820.73
HSL39.64º70%15.69%-
HSV(B)39.64º82.35%26.67%-
XYZ3.553.450.83-
YUV50.46106.29140.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=52.71%
G=37.98%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68491200.280.820.7339.647015.69
Hex4431C01C5249284610
Octal10461140341221115010620
Binary1000100110001110001110010100101001001101000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44310c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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