#271B0A

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

Shades of Cocoa Brown #271B0A

Tints of Cocoa Brown #271B0A

Color information

#271B0A (or 0x271B0A) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 0A. RGB value is (39,27,10). Sum of RGB (Red+Green+Blue) = 39+27+10=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B0A is #D8E4F5. Grayscale: #1C1C1C. Windows color (decimal): -14214390 or 662311. OLE color: 662311.

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

Color convert

RGB392710-
CMYK00.310.740.85
HSL35.17º59.18%9.61%-
HSV(B)35.17º74.36%15.29%-
XYZ1.281.240.46-
YUV28.65117.48135.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=51.32%
G=35.53%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39271000.310.740.8535.1759.189.61
Hex271BA01F4A55233ba
Octal473312037112125437312
Binary100111110111010011111100101010101011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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