#402D17

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

Shades of Cola #402D17

Tints of Cola #402D17

Color information

#402D17 (or 0x402D17) is unknown color: approx Cola. HEX triplet: 40, 2D and 17. RGB value is (64,45,23). Sum of RGB (Red+Green+Blue) = 64+45+23=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #402D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D17 is #BFD2E8. Grayscale: #303030. Windows color (decimal): -12571369 or 1518912. OLE color: 1518912.

HSL color Cylindrical-coordinate representation of color #402D17: hue angle of 32.2º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402D17 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB644523-
CMYK00.300.640.75
HSL32.2º47.13%17.06%-
HSV(B)32.2º64.06%25.1%-
XYZ3.213.031.23-
YUV48.17113.79139.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=48.48%
G=34.09%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64452300.300.640.7532.247.1317.06
Hex402D1701E404B202f11
Octal1005527036100113405721
Binary1000000101101101110111101000000100101110000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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