#443020

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

Shades of Cola #443020

Tints of Cola #443020

Color information

#443020 (or 0x443020) is unknown color: approx Cola. HEX triplet: 44, 30 and 20. RGB value is (68,48,32). Sum of RGB (Red+Green+Blue) = 68+48+32=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #443020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443020 is #BBCFDF. Grayscale: #343434. Windows color (decimal): -12308448 or 2109508. OLE color: 2109508.

HSL color Cylindrical-coordinate representation of color #443020: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #443020 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB684832-
CMYK00.290.530.73
HSL26.67º36%19.61%-
HSV(B)26.67º52.94%26.67%-
XYZ3.73.451.84-
YUV52.16116.63139.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=45.95%
G=32.43%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68483200.290.530.7326.673619.61
Hex44302001D35491b2414
Octal104604003565111334424
Binary100010011000010000001110111010110010011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443020; }

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

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

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

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

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

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

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

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