#442F1C

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

Shades of Cola #442F1C

Tints of Cola #442F1C

Color information

#442F1C (or 0x442F1C) is unknown color: approx Cola. HEX triplet: 44, 2F and 1C. RGB value is (68,47,28). Sum of RGB (Red+Green+Blue) = 68+47+28=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F1C is #BBD0E3. Grayscale: #333333. Windows color (decimal): -12308708 or 1847108. OLE color: 1847108.

HSL color Cylindrical-coordinate representation of color #442F1C: hue angle of 28.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442F1C is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB684728-
CMYK00.310.590.73
HSL28.5º41.67%18.82%-
HSV(B)28.5º58.82%26.67%-
XYZ3.613.351.55-
YUV51.11114.96140.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=47.55%
G=32.87%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68472800.310.590.7328.541.6718.82
Hex442F1C01F3B491c2a13
Octal104573403773111345223
Binary10001001011111110001111111101110010011110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F1C; }

 p { color: rgb(68,47,28); }

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

<style>
 a { background-color: #442F1C; }

 a { background-color: rgb(68,47,28); }

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

<style>
 span { border-color: #442F1C; }

 span { border-color: rgb(68,47,28); }

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