#271B0C

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

Shades of Cocoa Brown #271B0C

Tints of Cocoa Brown #271B0C

Color information

#271B0C (or 0x271B0C) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 0C. RGB value is (39,27,12). Sum of RGB (Red+Green+Blue) = 39+27+12=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B0C is #D8E4F3. Grayscale: #1C1C1C. Windows color (decimal): -14214388 or 793383. OLE color: 793383.

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

Color convert

RGB392712-
CMYK00.310.690.85
HSL33.33º52.94%10%-
HSV(B)33.33º69.23%15.29%-
XYZ1.291.240.52-
YUV28.88118.48135.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=50%
G=34.62%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39271200.310.690.8533.3352.9410
Hex271BC01F45552135a
Octal473314037105125416512
Binary100111110111100011111100010110101011000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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