#27190C

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

Shades of Cocoa Brown #27190C

Tints of Cocoa Brown #27190C

Color information

#27190C (or 0x27190C) is unknown color: approx Cocoa Brown. HEX triplet: 27, 19 and 0C. RGB value is (39,25,12). Sum of RGB (Red+Green+Blue) = 39+25+12=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #27190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27190C is #D8E6F3. Grayscale: #1B1B1B. Windows color (decimal): -14214900 or 792871. OLE color: 792871.

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

Color convert

RGB392512-
CMYK00.360.690.85
HSL28.89º52.94%10%-
HSV(B)28.89º69.23%15.29%-
XYZ1.251.150.5-
YUV27.7119.14136.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=51.32%
G=32.89%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39251200.360.690.8528.8952.9410
Hex2719C02445551d35a
Octal473114044105125356512
Binary100111110011100010010010001011010101111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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