#2C180A

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

Shades of Cocoa Brown #2C180A

Tints of Cocoa Brown #2C180A

Color information

#2C180A (or 0x2C180A) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 18 and 0A. RGB value is (44,24,10). Sum of RGB (Red+Green+Blue) = 44+24+10=78 (10% of max value = 765). Red value is 44 (17.58% from 255 or 56.41% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 44 - color contains mainly: red. Hex color #2C180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C180A is #D3E7F5. Grayscale: #1C1C1C. Windows color (decimal): -13887478 or 661548. OLE color: 661548.

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

Color convert

RGB442410-
CMYK00.450.770.83
HSL24.71º62.96%10.59%-
HSV(B)24.71º77.27%17.25%-
XYZ1.421.210.45-
YUV28.38117.63139.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 56.41%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=56.41%
G=30.77%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44241000.450.770.8324.7162.9610.59
Hex2C18A02D4D53193fb
Octal543012055115123317713
Binary101100110001010010110110011011010011110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,24,10); }

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

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

 a { background-color: rgb(44,24,10); }

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

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

 span { border-color: rgb(44,24,10); }

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