#44371D

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

Shades of Mikado #44371D

Tints of Mikado #44371D

Color information

#44371D (or 0x44371D) is unknown color: approx Mikado. HEX triplet: 44, 37 and 1D. RGB value is (68,55,29). Sum of RGB (Red+Green+Blue) = 68+55+29=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #44371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44371D is #BBC8E2. Grayscale: #383838. Windows color (decimal): -12306659 or 1914692. OLE color: 1914692.

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

Color convert

RGB685529-
CMYK00.190.570.73
HSL40º40.21%19.02%-
HSV(B)40º57.35%26.67%-
XYZ3.974.051.73-
YUV55.92112.81136.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=44.74%
G=36.18%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68552900.190.570.734040.2119.02
Hex44371D0133949282813
Octal104673502371111505023
Binary100010011011111101010011111001100100110100010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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