#44300E

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

Shades of Mikado #44300E

Tints of Mikado #44300E

Color information

#44300E (or 0x44300E) is unknown color: approx Mikado. HEX triplet: 44, 30 and 0E. RGB value is (68,48,14). Sum of RGB (Red+Green+Blue) = 68+48+14=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44300E is #BBCFF1. Grayscale: #323232. Windows color (decimal): -12308466 or 929860. OLE color: 929860.

HSL color Cylindrical-coordinate representation of color #44300E: hue angle of 37.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44300E is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB684814-
CMYK00.290.790.73
HSL37.78º65.85%16.08%-
HSV(B)37.78º79.41%26.67%-
XYZ3.523.370.88-
YUV50.1107.63140.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=52.31%
G=36.92%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68481400.290.790.7337.7865.8516.08
Hex4430E01D4F49264210
Octal10460160351171114610220
Binary1000100110000111001110110011111001001100110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,48,14); }

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

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

 a { background-color: rgb(68,48,14); }

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

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

 span { border-color: rgb(68,48,14); }

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