#271504

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

Shades of Cocoa Brown #271504

Tints of Cocoa Brown #271504

Color information

#271504 (or 0x271504) is unknown color: approx Cocoa Brown. HEX triplet: 27, 15 and 04. RGB value is (39,21,4). Sum of RGB (Red+Green+Blue) = 39+21+4=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271504 is #D8EAFB. Grayscale: #181818. Windows color (decimal): -14215932 or 267559. OLE color: 267559.

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

Color convert

RGB39214-
CMYK00.460.900.85
HSL29.14º81.4%8.43%-
HSV(B)29.14º89.74%15.29%-
XYZ1.130.980.24-
YUV24.44116.46138.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=60.94%
G=32.81%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921400.460.900.8529.1481.48.43
Hex2715402E5A551d518
Octal472540561321253512110
Binary100111101011000101110101101010101011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271504; }

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

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

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

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

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

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

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

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