#271508

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

Shades of Cocoa Brown #271508

Tints of Cocoa Brown #271508

Color information

#271508 (or 0x271508) is unknown color: approx Cocoa Brown. HEX triplet: 27, 15 and 08. RGB value is (39,21,8). Sum of RGB (Red+Green+Blue) = 39+21+8=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #271508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271508 is #D8EAF7. Grayscale: #181818. Windows color (decimal): -14215928 or 529703. OLE color: 529703.

HSL color Cylindrical-coordinate representation of color #271508: hue angle of 25.16º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271508 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB39218-
CMYK00.460.790.85
HSL25.16º65.96%9.22%-
HSV(B)25.16º79.49%15.29%-
XYZ1.150.990.36-
YUV24.9118.46138.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 57.35%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=57.35%
G=30.88%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921800.460.790.8525.1665.969.22
Hex2715802E4F5519429
Octal4725100561171253110211
Binary1001111010110000101110100111110101011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271508; }

 p { color: rgb(39,21,8); }

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

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

 a { background-color: rgb(39,21,8); }

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

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

 span { border-color: rgb(39,21,8); }

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