#44381E

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

Shades of Mikado #44381E

Tints of Mikado #44381E

Color information

#44381E (or 0x44381E) is unknown color: approx Mikado. HEX triplet: 44, 38 and 1E. RGB value is (68,56,30). Sum of RGB (Red+Green+Blue) = 68+56+30=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #44381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44381E is #BBC7E1. Grayscale: #383838. Windows color (decimal): -12306402 or 1980484. OLE color: 1980484.

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

Color convert

RGB685630-
CMYK00.180.560.73
HSL41.05º38.78%19.22%-
HSV(B)41.05º55.88%26.67%-
XYZ4.034.151.82-
YUV56.62112.98136.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=44.16%
G=36.36%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68563000.180.560.7341.0538.7819.22
Hex44381E0123849292713
Octal104703602270111514723
Binary100010011100011110010010111000100100110100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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