#271400

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

Shades of Cocoa Brown #271400

Tints of Cocoa Brown #271400

Color information

#271400 (or 0x271400) is unknown color: approx Cocoa Brown. HEX triplet: 27, 14 and 00. RGB value is (39,20,0). Sum of RGB (Red+Green+Blue) = 39+20+0=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #271400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271400 is #D8EBFF. Grayscale: #171717. Windows color (decimal): -14216192 or 5159. OLE color: 5159.

HSL color Cylindrical-coordinate representation of color #271400: hue angle of 30.77º 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 #271400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB39200-
CMYK00.4910.85
HSL30.77º100%7.65%-
HSV(B)30.77º100%15.29%-
XYZ1.090.930.12-
YUV23.4114.79139.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 66.10%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.10%
G=33.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3920000.4910.8530.771007.65
Hex2714003164551f648
Octal472400611441253714410
Binary1001111010000110001110010010101011111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271400; }

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

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

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

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

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

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

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

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