#3F3227

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

Shades of Cola #3F3227

Tints of Cola #3F3227

Color information

#3F3227 (or 0x3F3227) is unknown color: approx Cola. HEX triplet: 3F, 32 and 27. RGB value is (63,50,39). Sum of RGB (Red+Green+Blue) = 63+50+39=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3227 is #C0CDD8. Grayscale: #343434. Windows color (decimal): -12635609 or 2568767. OLE color: 2568767.

HSL color Cylindrical-coordinate representation of color #3F3227: hue angle of 27.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F3227 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB635039-
CMYK00.210.380.75
HSL27.5º23.53%20%-
HSV(B)27.5º38.1%24.71%-
XYZ3.563.482.4-
YUV52.63120.31135.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=41.45%
G=32.89%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63503900.210.380.7527.523.5320
Hex3F3227015264B1c1814
Octal77624702546113343024
Binary1111111100101001110101011001101001011111001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,39); }

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

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

 a { background-color: rgb(63,50,39); }

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

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

 span { border-color: rgb(63,50,39); }

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