#402C13

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

Shades of Cola #402C13

Tints of Cola #402C13

Color information

#402C13 (or 0x402C13) is unknown color: approx Cola. HEX triplet: 40, 2C and 13. RGB value is (64,44,19). Sum of RGB (Red+Green+Blue) = 64+44+19=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #402C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C13 is #BFD3EC. Grayscale: #2F2F2F. Windows color (decimal): -12571629 or 1256512. OLE color: 1256512.

HSL color Cylindrical-coordinate representation of color #402C13: hue angle of 33.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402C13 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB644419-
CMYK00.310.700.75
HSL33.33º54.22%16.27%-
HSV(B)33.33º70.31%25.1%-
XYZ3.132.941.02-
YUV47.13112.13140.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=50.39%
G=34.65%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64441900.310.700.7533.3354.2216.27
Hex402C1301F464B213610
Octal1005423037106113416620
Binary1000000101100100110111111000110100101110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C13; }

 p { color: rgb(64,44,19); }

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

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

 a { background-color: rgb(64,44,19); }

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

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

 span { border-color: rgb(64,44,19); }

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