#271B0D

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

Shades of Cocoa Brown #271B0D

Tints of Cocoa Brown #271B0D

Color information

#271B0D (or 0x271B0D) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 0D. RGB value is (39,27,13). Sum of RGB (Red+Green+Blue) = 39+27+13=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B0D is #D8E4F2. Grayscale: #1D1D1D. Windows color (decimal): -14214387 or 858919. OLE color: 858919.

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

Color convert

RGB392713-
CMYK00.310.670.85
HSL32.31º50%10.2%-
HSV(B)32.31º66.67%15.29%-
XYZ1.31.240.55-
YUV28.99118.98135.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=49.37%
G=34.18%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39271300.310.670.8532.315010.2
Hex271BD01F43552032a
Octal473315037103125406212
Binary100111110111101011111100001110101011000001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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