#27190D

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

Shades of Cocoa Brown #27190D

Tints of Cocoa Brown #27190D

Color information

#27190D (or 0x27190D) is unknown color: approx Cocoa Brown. HEX triplet: 27, 19 and 0D. RGB value is (39,25,13). Sum of RGB (Red+Green+Blue) = 39+25+13=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #27190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27190D is #D8E6F2. Grayscale: #1B1B1B. Windows color (decimal): -14214899 or 858407. OLE color: 858407.

HSL color Cylindrical-coordinate representation of color #27190D: hue angle of 27.69º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27190D is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB392513-
CMYK00.360.670.85
HSL27.69º50%10.2%-
HSV(B)27.69º66.67%15.29%-
XYZ1.261.160.54-
YUV27.82119.64135.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=50.65%
G=32.47%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39251300.360.670.8527.695010.2
Hex2719D02443551c32a
Octal473115044103125346212
Binary100111110011101010010010000111010101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27190D; }

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

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

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

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

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

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

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

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