#2C1B0C

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

Shades of Cocoa Brown #2C1B0C

Tints of Cocoa Brown #2C1B0C

Color information

#2C1B0C (or 0x2C1B0C) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 1B and 0C. RGB value is (44,27,12). Sum of RGB (Red+Green+Blue) = 44+27+12=83 (10% of max value = 765). Red value is 44 (17.58% from 255 or 53.01% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1B0C is #D3E4F3. Grayscale: #1E1E1E. Windows color (decimal): -13886708 or 793388. OLE color: 793388.

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

Color convert

RGB442712-
CMYK00.390.730.83
HSL28.12º57.14%10.98%-
HSV(B)28.12º72.73%17.25%-
XYZ1.51.350.53-
YUV30.37117.63137.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 53.01%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=53.01%
G=32.53%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44271200.390.730.8328.1257.1410.98
Hex2C1BC02749531c39b
Octal543314047111123347113
Binary101100110111100010011110010011010011111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,27,12); }

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

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

 a { background-color: rgb(44,27,12); }

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

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

 span { border-color: rgb(44,27,12); }

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