#2C1A06

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

Shades of Cocoa Brown #2C1A06

Tints of Cocoa Brown #2C1A06

Color information

#2C1A06 (or 0x2C1A06) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 1A and 06. RGB value is (44,26,6). Sum of RGB (Red+Green+Blue) = 44+26+6=76 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.89% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1A06 is #D3E5F9. Grayscale: #1D1D1D. Windows color (decimal): -13886970 or 399916. OLE color: 399916.

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

Color convert

RGB44266-
CMYK00.410.860.83
HSL31.58º76%9.8%-
HSV(B)31.58º86.36%17.25%-
XYZ1.441.290.34-
YUV29.1114.96138.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 57.89%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=57.89%
G=34.21%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4426600.410.860.8331.58769.8
Hex2C1A60295653204ca
Octal543260511261234011412
Binary1011001101011001010011010110101001110000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,26,6); }

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

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

 a { background-color: rgb(44,26,6); }

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

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

 span { border-color: rgb(44,26,6); }

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