#44340D

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

Shades of Mikado #44340D

Tints of Mikado #44340D

Color information

#44340D (or 0x44340D) is unknown color: approx Mikado. HEX triplet: 44, 34 and 0D. RGB value is (68,52,13). Sum of RGB (Red+Green+Blue) = 68+52+13=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44340D is #BBCBF2. Grayscale: #343434. Windows color (decimal): -12307443 or 865348. OLE color: 865348.

HSL color Cylindrical-coordinate representation of color #44340D: hue angle of 42.55º 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 #44340D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB685213-
CMYK00.240.810.73
HSL42.55º67.9%15.88%-
HSV(B)42.55º80.88%26.67%-
XYZ3.683.710.9-
YUV52.34105.8139.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=51.13%
G=39.10%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68521300.240.810.7342.5567.915.88
Hex4434D01851492b4410
Octal10464150301211115310420
Binary1000100110100110101100010100011001001101011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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