#27190A

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

Shades of Cocoa Brown #27190A

Tints of Cocoa Brown #27190A

Color information

#27190A (or 0x27190A) is unknown color: approx Cocoa Brown. HEX triplet: 27, 19 and 0A. RGB value is (39,25,10). Sum of RGB (Red+Green+Blue) = 39+25+10=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27190A is #D8E6F5. Grayscale: #1B1B1B. Windows color (decimal): -14214902 or 661799. OLE color: 661799.

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

Color convert

RGB392510-
CMYK00.360.740.85
HSL31.03º59.18%9.61%-
HSV(B)31.03º74.36%15.29%-
XYZ1.241.150.44-
YUV27.48118.14136.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=52.70%
G=33.78%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39251000.360.740.8531.0359.189.61
Hex2719A0244A551f3ba
Octal473112044112125377312
Binary100111110011010010010010010101010101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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