#271100

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

Shades of Cocoa Brown #271100

Tints of Cocoa Brown #271100

Color information

#271100 (or 0x271100) is unknown color: approx Cocoa Brown. HEX triplet: 27, 11 and 00. RGB value is (39,17,0). Sum of RGB (Red+Green+Blue) = 39+17+0=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #271100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271100 is #D8EEFF. Grayscale: #151515. Windows color (decimal): -14216960 or 4391. OLE color: 4391.

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

Color convert

RGB39170-
CMYK00.5610.85
HSL26.15º100%7.65%-
HSV(B)26.15º100%15.29%-
XYZ1.040.830.11-
YUV21.64115.79140.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 69.64%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.64%
G=30.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3917000.5610.8526.151007.65
Hex2711003864551a648
Octal472100701441253214410
Binary1001111000100111000110010010101011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271100; }

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

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

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

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

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

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

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

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