#27180C

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

Shades of Cocoa Brown #27180C

Tints of Cocoa Brown #27180C

Color information

#27180C (or 0x27180C) is unknown color: approx Cocoa Brown. HEX triplet: 27, 18 and 0C. RGB value is (39,24,12). Sum of RGB (Red+Green+Blue) = 39+24+12=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #27180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27180C is #D8E7F3. Grayscale: #1B1B1B. Windows color (decimal): -14215156 or 792615. OLE color: 792615.

HSL color Cylindrical-coordinate representation of color #27180C: hue angle of 26.67º 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 #27180C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB392412-
CMYK00.380.690.85
HSL26.67º52.94%10%-
HSV(B)26.67º69.23%15.29%-
XYZ1.231.110.5-
YUV27.12119.47136.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 12 (5.08% from 255) = 16%
R=52%
G=32%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39241200.380.690.8526.6752.9410
Hex2718C02645551b35a
Octal473014046105125336512
Binary100111110001100010011010001011010101110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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