#44301F

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

Shades of Cola #44301F

Tints of Cola #44301F

Color information

#44301F (or 0x44301F) is unknown color: approx Cola. HEX triplet: 44, 30 and 1F. RGB value is (68,48,31). Sum of RGB (Red+Green+Blue) = 68+48+31=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44301F is #BBCFE0. Grayscale: #343434. Windows color (decimal): -12308449 or 2043972. OLE color: 2043972.

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

Color convert

RGB684831-
CMYK00.290.540.73
HSL27.57º37.37%19.41%-
HSV(B)27.57º54.41%26.67%-
XYZ3.693.441.77-
YUV52.04116.13139.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=46.26%
G=32.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68483100.290.540.7327.5737.3719.41
Hex44301F01D36491c2513
Octal104603703566111344523
Binary10001001100001111101110111011010010011110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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