#44381A

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

Shades of Mikado #44381A

Tints of Mikado #44381A

Color information

#44381A (or 0x44381A) is unknown color: approx Mikado. HEX triplet: 44, 38 and 1A. RGB value is (68,56,26). Sum of RGB (Red+Green+Blue) = 68+56+26=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44381A is #BBC7E5. Grayscale: #383838. Windows color (decimal): -12306406 or 1718340. OLE color: 1718340.

HSL color Cylindrical-coordinate representation of color #44381A: hue angle of 42.86º 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 #44381A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB685626-
CMYK00.180.620.73
HSL42.86º44.68%18.43%-
HSV(B)42.86º61.76%26.67%-
XYZ3.984.131.56-
YUV56.17110.98136.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=45.33%
G=37.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68562600.180.620.7342.8644.6818.43
Hex44381A0123E492b2d12
Octal104703202276111535522
Binary100010011100011010010010111110100100110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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