#271900

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

Shades of Cocoa Brown #271900

Tints of Cocoa Brown #271900

Color information

#271900 (or 0x271900) is unknown color: approx Cocoa Brown. HEX triplet: 27, 19 and 00. RGB value is (39,25,0). Sum of RGB (Red+Green+Blue) = 39+25+0=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271900 is #D8E6FF. Grayscale: #1A1A1A. Windows color (decimal): -14214912 or 6439. OLE color: 6439.

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

Color convert

RGB39250-
CMYK00.3610.85
HSL38.46º100%7.65%-
HSV(B)38.46º100%15.29%-
XYZ1.181.130.16-
YUV26.34113.14137.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.94%
G=39.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3925000.3610.8538.461007.65
Hex27190024645526648
Octal473100441441254614410
Binary10011111001001001001100100101010110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271900; }

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

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

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

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

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

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

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

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