#271B10

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

Shades of Cocoa Brown #271B10

Tints of Cocoa Brown #271B10

Color information

#271B10 (or 0x271B10) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 10. RGB value is (39,27,16). Sum of RGB (Red+Green+Blue) = 39+27+16=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B10 is #D8E4EF. Grayscale: #1D1D1D. Windows color (decimal): -14214384 or 1055527. OLE color: 1055527.

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

Color convert

RGB392716-
CMYK00.310.590.85
HSL28.7º41.82%10.78%-
HSV(B)28.7º58.97%15.29%-
XYZ1.321.250.66-
YUV29.33120.48134.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=47.56%
G=32.93%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39271600.310.590.8528.741.8210.78
Hex271B1001F3B551d2ab
Octal47332003773125355213
Binary10011111011100000111111110111010101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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