#271507

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

Shades of Cocoa Brown #271507

Tints of Cocoa Brown #271507

Color information

#271507 (or 0x271507) is unknown color: approx Cocoa Brown. HEX triplet: 27, 15 and 07. RGB value is (39,21,7). Sum of RGB (Red+Green+Blue) = 39+21+7=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271507 is #D8EAF8. Grayscale: #181818. Windows color (decimal): -14215929 or 464167. OLE color: 464167.

HSL color Cylindrical-coordinate representation of color #271507: hue angle of 26.25º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271507 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB39217-
CMYK00.460.820.85
HSL26.25º69.57%9.02%-
HSV(B)26.25º82.05%15.29%-
XYZ1.140.980.33-
YUV24.79117.96138.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 7 (3.12% from 255) = 10.45%
R=58.21%
G=31.34%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921700.460.820.8526.2569.579.02
Hex2715702E52551a469
Octal472570561221253210611
Binary100111101011110101110101001010101011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271507; }

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

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

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

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

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

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

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

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