#271A0F

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

Shades of Cocoa Brown #271A0F

Tints of Cocoa Brown #271A0F

Color information

#271A0F (or 0x271A0F) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 0F. RGB value is (39,26,15). Sum of RGB (Red+Green+Blue) = 39+26+15=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A0F is #D8E5F0. Grayscale: #1C1C1C. Windows color (decimal): -14214641 or 989735. OLE color: 989735.

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

Color convert

RGB392615-
CMYK00.330.620.85
HSL27.5º44.44%10.59%-
HSV(B)27.5º61.54%15.29%-
XYZ1.291.20.62-
YUV28.63120.31135.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.75%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=48.75%
G=32.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39261500.330.620.8527.544.4410.59
Hex271AF0213E551c2cb
Octal47321704176125345413
Binary10011111010111101000011111101010101111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,15); }

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

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

 a { background-color: rgb(39,26,15); }

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

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

 span { border-color: rgb(39,26,15); }

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