#402C10

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

Shades of Cola #402C10

Tints of Cola #402C10

Color information

#402C10 (or 0x402C10) is unknown color: approx Cola. HEX triplet: 40, 2C and 10. RGB value is (64,44,16). Sum of RGB (Red+Green+Blue) = 64+44+16=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C10 is #BFD3EF. Grayscale: #2E2E2E. Windows color (decimal): -12571632 or 1059904. OLE color: 1059904.

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

Color convert

RGB644416-
CMYK00.310.750.75
HSL35º60%15.69%-
HSV(B)35º75%25.1%-
XYZ3.112.930.89-
YUV46.79110.63140.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=51.61%
G=35.48%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64441600.310.750.75356015.69
Hex402C1001F4B4B233c10
Octal1005420037113113437420
Binary1000000101100100000111111001011100101110001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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