#402C14

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

Shades of Cola #402C14

Tints of Cola #402C14

Color information

#402C14 (or 0x402C14) is unknown color: approx Cola. HEX triplet: 40, 2C and 14. RGB value is (64,44,20). Sum of RGB (Red+Green+Blue) = 64+44+20=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C14 is #BFD3EB. Grayscale: #2F2F2F. Windows color (decimal): -12571628 or 1322048. OLE color: 1322048.

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

Color convert

RGB644420-
CMYK00.310.690.75
HSL32.73º52.38%16.47%-
HSV(B)32.73º68.75%25.1%-
XYZ3.142.941.06-
YUV47.24112.63139.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=50%
G=34.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64442000.310.690.7532.7352.3816.47
Hex402C1401F454B213410
Octal1005424037105113416420
Binary1000000101100101000111111000101100101110000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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