#271000

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

Shades of Cocoa Brown #271000

Tints of Cocoa Brown #271000

Color information

#271000 (or 0x271000) is unknown color: approx Cocoa Brown. HEX triplet: 27, 10 and 00. RGB value is (39,16,0). Sum of RGB (Red+Green+Blue) = 39+16+0=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #271000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271000 is #D8EFFF. Grayscale: #151515. Windows color (decimal): -14217216 or 4135. OLE color: 4135.

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

Color convert

RGB39160-
CMYK00.5910.85
HSL24.62º100%7.65%-
HSV(B)24.62º100%15.29%-
XYZ1.020.80.1-
YUV21.05116.12140.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 70.91%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.91%
G=29.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3916000.5910.8524.621007.65
Hex2710003B645519648
Octal472000731441253114410
Binary1001111000000111011110010010101011100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271000; }

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

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

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

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

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

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

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

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