#402E16

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

Shades of Cola #402E16

Tints of Cola #402E16

Color information

#402E16 (or 0x402E16) is unknown color: approx Cola. HEX triplet: 40, 2E and 16. RGB value is (64,46,22). Sum of RGB (Red+Green+Blue) = 64+46+22=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #402E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E16 is #BFD1E9. Grayscale: #303030. Windows color (decimal): -12571114 or 1453632. OLE color: 1453632.

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

Color convert

RGB644622-
CMYK00.280.660.75
HSL34.29º48.84%16.86%-
HSV(B)34.29º65.62%25.1%-
XYZ3.243.11.19-
YUV48.65112.96138.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=48.48%
G=34.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462200.280.660.7534.2948.8416.86
Hex402E1601C424B223111
Octal1005626034102113426121
Binary1000000101110101100111001000010100101110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,22); }

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

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

 a { background-color: rgb(64,46,22); }

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

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

 span { border-color: rgb(64,46,22); }

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