#44371A

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

Shades of Mikado #44371A

Tints of Mikado #44371A

Color information

#44371A (or 0x44371A) is unknown color: approx Mikado. HEX triplet: 44, 37 and 1A. RGB value is (68,55,26). Sum of RGB (Red+Green+Blue) = 68+55+26=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #44371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44371A is #BBC8E5. Grayscale: #373737. Windows color (decimal): -12306662 or 1718084. OLE color: 1718084.

HSL color Cylindrical-coordinate representation of color #44371A: hue angle of 41.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44371A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB685526-
CMYK00.190.620.73
HSL41.43º44.68%18.43%-
HSV(B)41.43º61.76%26.67%-
XYZ3.944.041.55-
YUV55.58111.31136.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=45.64%
G=36.91%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68552600.190.620.7341.4344.6818.43
Hex44371A0133E49292d12
Octal104673202376111515522
Binary100010011011111010010011111110100100110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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