#271200

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

Shades of Cocoa Brown #271200

Tints of Cocoa Brown #271200

Color information

#271200 (or 0x271200) is unknown color: approx Cocoa Brown. HEX triplet: 27, 12 and 00. RGB value is (39,18,0). Sum of RGB (Red+Green+Blue) = 39+18+0=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #271200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271200 is #D8EDFF. Grayscale: #161616. Windows color (decimal): -14216704 or 4647. OLE color: 4647.

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

Color convert

RGB39180-
CMYK00.5410.85
HSL27.69º100%7.65%-
HSV(B)27.69º100%15.29%-
XYZ1.050.860.11-
YUV22.23115.46139.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.42%
G=31.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3918000.5410.8527.691007.65
Hex2712003664551c648
Octal472200661441253414410
Binary1001111001000110110110010010101011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271200; }

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

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

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

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

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

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

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

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