#44360D

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

Shades of Mikado #44360D

Tints of Mikado #44360D

Color information

#44360D (or 0x44360D) is unknown color: approx Mikado. HEX triplet: 44, 36 and 0D. RGB value is (68,54,13). Sum of RGB (Red+Green+Blue) = 68+54+13=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44360D is #BBC9F2. Grayscale: #353535. Windows color (decimal): -12306931 or 865860. OLE color: 865860.

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

Color convert

RGB685413-
CMYK00.210.810.73
HSL44.73º67.9%15.88%-
HSV(B)44.73º80.88%26.67%-
XYZ3.783.90.93-
YUV53.51105.14138.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 9.63%
R=50.37%
G=40%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68541300.210.810.7344.7367.915.88
Hex4436D01551492d4410
Octal10466150251211115510420
Binary1000100110110110101010110100011001001101101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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