#271201

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

Shades of Cocoa Brown #271201

Tints of Cocoa Brown #271201

Color information

#271201 (or 0x271201) is unknown color: approx Cocoa Brown. HEX triplet: 27, 12 and 01. RGB value is (39,18,1). Sum of RGB (Red+Green+Blue) = 39+18+1=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #271201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271201 is #D8EDFE. Grayscale: #161616. Windows color (decimal): -14216703 or 70183. OLE color: 70183.

HSL color Cylindrical-coordinate representation of color #271201: hue angle of 26.84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271201 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39181-
CMYK00.540.970.85
HSL26.84º95%7.84%-
HSV(B)26.84º97.44%15.29%-
XYZ1.060.870.14-
YUV22.34115.96139.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 67.24%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=67.24%
G=31.03%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3918100.540.970.8526.84957.84
Hex2712103661551b5f8
Octal472210661411253313710
Binary1001111001010110110110000110101011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271201; }

 p { color: rgb(39,18,1); }

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

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

 a { background-color: rgb(39,18,1); }

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

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

 span { border-color: rgb(39,18,1); }

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