#44361D

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

Shades of Mikado #44361D

Tints of Mikado #44361D

Color information

#44361D (or 0x44361D) is unknown color: approx Mikado. HEX triplet: 44, 36 and 1D. RGB value is (68,54,29). Sum of RGB (Red+Green+Blue) = 68+54+29=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44361D is #BBC9E2. Grayscale: #373737. Windows color (decimal): -12306915 or 1914436. OLE color: 1914436.

HSL color Cylindrical-coordinate representation of color #44361D: hue angle of 38.46º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44361D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB685429-
CMYK00.210.570.73
HSL38.46º40.21%19.02%-
HSV(B)38.46º57.35%26.67%-
XYZ3.923.961.72-
YUV55.34113.14137.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=45.03%
G=35.76%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68542900.210.570.7338.4640.2119.02
Hex44361D0153949262813
Octal104663502571111465023
Binary100010011011011101010101111001100100110011010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,54,29); }

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

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

 a { background-color: rgb(68,54,29); }

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

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

 span { border-color: rgb(68,54,29); }

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