#271D13

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

Shades of Cocoa Brown #271D13

Tints of Cocoa Brown #271D13

Color information

#271D13 (or 0x271D13) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1D and 13. RGB value is (39,29,19). Sum of RGB (Red+Green+Blue) = 39+29+19=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D13 is #D8E2EC. Grayscale: #1E1E1E. Windows color (decimal): -14213869 or 1252647. OLE color: 1252647.

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

Color convert

RGB392919-
CMYK00.260.510.85
HSL30º34.48%11.37%-
HSV(B)30º51.28%15.29%-
XYZ1.391.360.8-
YUV30.85121.31133.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=44.83%
G=33.33%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39291900.260.510.853034.4811.37
Hex271D1301A33551e22b
Octal47352303263125364213
Binary10011111101100110110101100111010101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,29,19); }

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

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

 a { background-color: rgb(39,29,19); }

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

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

 span { border-color: rgb(39,29,19); }

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