#402F21

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

Shades of Cola #402F21

Tints of Cola #402F21

Color information

#402F21 (or 0x402F21) is unknown color: approx Cola. HEX triplet: 40, 2F and 21. RGB value is (64,47,33). Sum of RGB (Red+Green+Blue) = 64+47+33=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #402F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F21 is #BFD0DE. Grayscale: #323232. Windows color (decimal): -12570847 or 2174784. OLE color: 2174784.

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

Color convert

RGB644733-
CMYK00.270.480.75
HSL27.1º31.96%19.02%-
HSV(B)27.1º48.44%25.1%-
XYZ3.413.231.88-
YUV50.49118.13137.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=44.44%
G=32.64%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64473300.270.480.7527.131.9619.02
Hex402F2101B304B1b2013
Octal100574103360113334023
Binary100000010111110000101101111000010010111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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