#271C0B

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

Shades of Cocoa Brown #271C0B

Tints of Cocoa Brown #271C0B

Color information

#271C0B (or 0x271C0B) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1C and 0B. RGB value is (39,28,11). Sum of RGB (Red+Green+Blue) = 39+28+11=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C0B is #D8E3F4. Grayscale: #1D1D1D. Windows color (decimal): -14214133 or 728103. OLE color: 728103.

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

Color convert

RGB392811-
CMYK00.280.720.85
HSL36.43º56%9.8%-
HSV(B)36.43º71.79%15.29%-
XYZ1.311.290.5-
YUV29.35117.64134.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=50%
G=35.90%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39281100.280.720.8536.43569.8
Hex271CB01C48552438a
Octal473413034110125447012
Binary100111111001011011100100100010101011001001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,28,11); }

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

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

 a { background-color: rgb(39,28,11); }

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

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

 span { border-color: rgb(39,28,11); }

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