#3F311E

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

Shades of Cola #3F311E

Tints of Cola #3F311E

Color information

#3F311E (or 0x3F311E) is unknown color: approx Cola. HEX triplet: 3F, 31 and 1E. RGB value is (63,49,30). Sum of RGB (Red+Green+Blue) = 63+49+30=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F311E is #C0CEE1. Grayscale: #333333. Windows color (decimal): -12635874 or 1978687. OLE color: 1978687.

HSL color Cylindrical-coordinate representation of color #3F311E: hue angle of 34.55º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F311E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB634930-
CMYK00.220.520.75
HSL34.55º35.48%18.24%-
HSV(B)34.55º52.38%24.71%-
XYZ3.383.351.7-
YUV51.02116.14136.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=44.37%
G=34.51%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63493000.220.520.7534.5535.4818.24
Hex3F311E016344B232312
Octal77613602664113434322
Binary11111111000111110010110110100100101110001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,30); }

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

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

 a { background-color: rgb(63,49,30); }

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

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

 span { border-color: rgb(63,49,30); }

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