#402F1D

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

Shades of Cola #402F1D

Tints of Cola #402F1D

Color information

#402F1D (or 0x402F1D) is unknown color: approx Cola. HEX triplet: 40, 2F and 1D. RGB value is (64,47,29). Sum of RGB (Red+Green+Blue) = 64+47+29=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F1D is #BFD0E2. Grayscale: #323232. Windows color (decimal): -12570851 or 1912640. OLE color: 1912640.

HSL color Cylindrical-coordinate representation of color #402F1D: hue angle of 30.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402F1D is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB644729-
CMYK00.270.550.75
HSL30.86º37.63%18.24%-
HSV(B)30.86º54.69%25.1%-
XYZ3.353.211.61-
YUV50.03116.13137.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=45.71%
G=33.57%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64472900.270.550.7530.8637.6318.24
Hex402F1D01B374B1f2612
Octal100573503367113374622
Binary10000001011111110101101111011110010111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,47,29); }

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

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

 a { background-color: rgb(64,47,29); }

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

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

 span { border-color: rgb(64,47,29); }

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