#2C1505

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

Shades of Cocoa Brown #2C1505

Tints of Cocoa Brown #2C1505

Color information

#2C1505 (or 0x2C1505) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 15 and 05. RGB value is (44,21,5). Sum of RGB (Red+Green+Blue) = 44+21+5=70 (9% of max value = 765). Red value is 44 (17.58% from 255 or 62.86% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1505 is #D3EAFA. Grayscale: #1A1A1A. Windows color (decimal): -13888251 or 333100. OLE color: 333100.

HSL color Cylindrical-coordinate representation of color #2C1505: hue angle of 24.62º 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 #2C1505 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB44215-
CMYK00.520.890.83
HSL24.62º79.59%9.61%-
HSV(B)24.62º88.64%17.25%-
XYZ1.331.080.28-
YUV26.05116.12140.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 62.86%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=62.86%
G=30%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4421500.520.890.8324.6279.599.61
Hex2C15503459531950a
Octal542550641311233112012
Binary101100101011010110100101100110100111100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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