#44300F

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

Shades of Mikado #44300F

Tints of Mikado #44300F

Color information

#44300F (or 0x44300F) is unknown color: approx Mikado. HEX triplet: 44, 30 and 0F. RGB value is (68,48,15). Sum of RGB (Red+Green+Blue) = 68+48+15=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44300F is #BBCFF0. Grayscale: #323232. Windows color (decimal): -12308465 or 995396. OLE color: 995396.

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

Color convert

RGB684815-
CMYK00.290.780.73
HSL37.36º63.86%16.27%-
HSV(B)37.36º77.94%26.67%-
XYZ3.533.380.92-
YUV50.22108.13140.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=51.91%
G=36.64%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68481500.290.780.7337.3663.8616.27
Hex4430F01D4E49254010
Octal10460170351161114510020
Binary1000100110000111101110110011101001001100101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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