#402E15

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

Shades of Cola #402E15

Tints of Cola #402E15

Color information

#402E15 (or 0x402E15) is unknown color: approx Cola. HEX triplet: 40, 2E and 15. RGB value is (64,46,21). Sum of RGB (Red+Green+Blue) = 64+46+21=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E15 is #BFD1EA. Grayscale: #303030. Windows color (decimal): -12571115 or 1388096. OLE color: 1388096.

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

Color convert

RGB644621-
CMYK00.280.670.75
HSL34.88º50.59%16.67%-
HSV(B)34.88º67.19%25.1%-
XYZ3.233.11.14-
YUV48.53112.46139.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=48.85%
G=35.11%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462100.280.670.7534.8850.5916.67
Hex402E1501C434B233311
Octal1005625034103113436321
Binary1000000101110101010111001000011100101110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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