#403121

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

Shades of Cola #403121

Tints of Cola #403121

Color information

#403121 (or 0x403121) is unknown color: approx Cola. HEX triplet: 40, 31 and 21. RGB value is (64,49,33). Sum of RGB (Red+Green+Blue) = 64+49+33=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403121 is #BFCEDE. Grayscale: #333333. Windows color (decimal): -12570335 or 2175296. OLE color: 2175296.

HSL color Cylindrical-coordinate representation of color #403121: hue angle of 30.97º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403121 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB644933-
CMYK00.230.480.75
HSL30.97º31.96%19.02%-
HSV(B)30.97º48.44%25.1%-
XYZ3.493.41.91-
YUV51.66117.47136.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=43.84%
G=33.56%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64493300.230.480.7530.9731.9619.02
Hex403121017304B1f2013
Octal100614102760113374023
Binary100000011000110000101011111000010010111111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403121; }

 p { color: rgb(64,49,33); }

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

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

 a { background-color: rgb(64,49,33); }

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

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

 span { border-color: rgb(64,49,33); }

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