#402D13

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

Shades of Cola #402D13

Tints of Cola #402D13

Color information

#402D13 (or 0x402D13) is unknown color: approx Cola. HEX triplet: 40, 2D and 13. RGB value is (64,45,19). Sum of RGB (Red+Green+Blue) = 64+45+19=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D13 is #BFD2EC. Grayscale: #2F2F2F. Windows color (decimal): -12571373 or 1256768. OLE color: 1256768.

HSL color Cylindrical-coordinate representation of color #402D13: hue angle of 34.67º 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 #402D13 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB644519-
CMYK00.300.700.75
HSL34.67º54.22%16.27%-
HSV(B)34.67º70.31%25.1%-
XYZ3.173.011.03-
YUV47.72111.79139.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=50%
G=35.16%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64451900.300.700.7534.6754.2216.27
Hex402D1301E464B233610
Octal1005523036106113436620
Binary1000000101101100110111101000110100101110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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