#2C1605

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

Shades of Cocoa Brown #2C1605

Tints of Cocoa Brown #2C1605

Color information

#2C1605 (or 0x2C1605) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 16 and 05. RGB value is (44,22,5). Sum of RGB (Red+Green+Blue) = 44+22+5=71 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.97% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1605 is #D3E9FA. Grayscale: #1A1A1A. Windows color (decimal): -13887995 or 333356. OLE color: 333356.

HSL color Cylindrical-coordinate representation of color #2C1605: hue angle of 26.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1605 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB44225-
CMYK00.50.890.83
HSL26.15º79.59%9.61%-
HSV(B)26.15º88.64%17.25%-
XYZ1.351.120.29-
YUV26.64115.79140.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 61.97%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 5 (2.34% from 255) = 7.04%
R=61.97%
G=30.99%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4422500.50.890.8326.1579.599.61
Hex2C16503259531a50a
Octal542650621311233212012
Binary101100101101010110010101100110100111101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,5); }

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

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

 a { background-color: rgb(44,22,5); }

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

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

 span { border-color: rgb(44,22,5); }

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