#3B3127

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

Shades of Cola #3B3127

Tints of Cola #3B3127

Color information

#3B3127 (or 0x3B3127) is unknown color: approx Cola. HEX triplet: 3B, 31 and 27. RGB value is (59,49,39). Sum of RGB (Red+Green+Blue) = 59+49+39=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3127 is #C4CED8. Grayscale: #323232. Windows color (decimal): -12898009 or 2568507. OLE color: 2568507.

HSL color Cylindrical-coordinate representation of color #3B3127: hue angle of 30º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3127 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB594939-
CMYK00.170.340.77
HSL30º20.41%19.22%-
HSV(B)30º33.9%23.14%-
XYZ3.273.272.38-
YUV50.85121.31133.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=40.14%
G=33.33%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59493900.170.340.773020.4119.22
Hex3B3127011224D1e1413
Octal73614702142115362423
Binary1110111100011001110100011000101001101111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,39); }

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

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

 a { background-color: rgb(59,49,39); }

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

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

 span { border-color: rgb(59,49,39); }

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