#2C1C0E

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

Shades of Cocoa Brown #2C1C0E

Tints of Cocoa Brown #2C1C0E

Color information

#2C1C0E (or 0x2C1C0E) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 1C and 0E. RGB value is (44,28,14). Sum of RGB (Red+Green+Blue) = 44+28+14=86 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.16% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1C0E is #D3E3F1. Grayscale: #1F1F1F. Windows color (decimal): -13886450 or 924716. OLE color: 924716.

HSL color Cylindrical-coordinate representation of color #2C1C0E: hue angle of 28º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C1C0E is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.83.

Color convert

RGB442814-
CMYK00.360.680.83
HSL28º51.72%11.37%-
HSV(B)28º68.18%17.25%-
XYZ1.531.40.6-
YUV31.19118.3137.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 51.16%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=51.16%
G=32.56%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44281400.360.680.832851.7211.37
Hex2C1CE02444531c34b
Octal543416044104123346413
Binary101100111001110010010010001001010011111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1C0E; }

 p { color: rgb(44,28,14); }

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

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

 a { background-color: rgb(44,28,14); }

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

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

 span { border-color: rgb(44,28,14); }

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