#44340F

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

Shades of Mikado #44340F

Tints of Mikado #44340F

Color information

#44340F (or 0x44340F) is unknown color: approx Mikado. HEX triplet: 44, 34 and 0F. RGB value is (68,52,15). Sum of RGB (Red+Green+Blue) = 68+52+15=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44340F is #BBCBF0. Grayscale: #343434. Windows color (decimal): -12307441 or 996420. OLE color: 996420.

HSL color Cylindrical-coordinate representation of color #44340F: hue angle of 41.89º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44340F is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB685215-
CMYK00.240.780.73
HSL41.89º63.86%16.27%-
HSV(B)41.89º77.94%26.67%-
XYZ3.73.720.97-
YUV52.57106.8139.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=50.37%
G=38.52%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68521500.240.780.7341.8963.8616.27
Hex4434F0184E492a4010
Octal10464170301161115210020
Binary1000100110100111101100010011101001001101010100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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