#271404

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

Shades of Cocoa Brown #271404

Tints of Cocoa Brown #271404

Color information

#271404 (or 0x271404) is unknown color: approx Cocoa Brown. HEX triplet: 27, 14 and 04. RGB value is (39,20,4). Sum of RGB (Red+Green+Blue) = 39+20+4=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #271404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271404 is #D8EBFB. Grayscale: #171717. Windows color (decimal): -14216188 or 267303. OLE color: 267303.

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

Color convert

RGB39204-
CMYK00.490.900.85
HSL27.43º81.4%8.43%-
HSV(B)27.43º89.74%15.29%-
XYZ1.110.940.24-
YUV23.86116.79138.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=61.90%
G=31.75%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3920400.490.900.8527.4381.48.43
Hex271440315A551b518
Octal472440611321253312110
Binary100111101001000110001101101010101011101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271404; }

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

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

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

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

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

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

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

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