#271B11

Color #271B11 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #271B11

Tints of Cocoa Brown #271B11

Color information

#271B11 (or 0x271B11) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 11. RGB value is (39,27,17). Sum of RGB (Red+Green+Blue) = 39+27+17=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B11 is #D8E4EE. Grayscale: #1D1D1D. Windows color (decimal): -14214383 or 1121063. OLE color: 1121063.

HSL color Cylindrical-coordinate representation of color #271B11: hue angle of 27.27º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271B11 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB392717-
CMYK00.310.560.85
HSL27.27º39.29%10.98%-
HSV(B)27.27º56.41%15.29%-
XYZ1.331.260.7-
YUV29.45120.98134.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=46.99%
G=32.53%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39271700.310.560.8527.2739.2910.98
Hex271B1101F38551b27b
Octal47332103770125334713
Binary10011111011100010111111110001010101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271B11; }

 p { color: rgb(39,27,17); }

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

<style>
 a { background-color: #271B11; }

 a { background-color: rgb(39,27,17); }

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

<style>
 span { border-color: #271B11; }

 span { border-color: rgb(39,27,17); }

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