#3F2C15

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

Shades of Cola #3F2C15

Tints of Cola #3F2C15

Color information

#3F2C15 (or 0x3F2C15) is unknown color: approx Cola. HEX triplet: 3F, 2C and 15. RGB value is (63,44,21). Sum of RGB (Red+Green+Blue) = 63+44+21=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C15 is #C0D3EA. Grayscale: #2F2F2F. Windows color (decimal): -12637163 or 1387583. OLE color: 1387583.

HSL color Cylindrical-coordinate representation of color #3F2C15: hue angle of 32.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2C15 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB634421-
CMYK00.300.670.75
HSL32.86º50%16.47%-
HSV(B)32.86º66.67%24.71%-
XYZ3.092.911.11-
YUV47.06113.29139.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=49.22%
G=34.38%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63442100.300.670.7532.865016.47
Hex3F2C1501E434B213210
Octal775425036103113416220
Binary111111101100101010111101000011100101110000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2C15; }

 p { color: rgb(63,44,21); }

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

<style>
 a { background-color: #3F2C15; }

 a { background-color: rgb(63,44,21); }

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

<style>
 span { border-color: #3F2C15; }

 span { border-color: rgb(63,44,21); }

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