#2C190B

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

Shades of Cocoa Brown #2C190B

Tints of Cocoa Brown #2C190B

Color information

#2C190B (or 0x2C190B) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 19 and 0B. RGB value is (44,25,11). Sum of RGB (Red+Green+Blue) = 44+25+11=80 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 44 - color contains mainly: red. Hex color #2C190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C190B is #D3E6F4. Grayscale: #1D1D1D. Windows color (decimal): -13887221 or 727340. OLE color: 727340.

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

Color convert

RGB442511-
CMYK00.430.750.83
HSL25.45º60%10.78%-
HSV(B)25.45º75%17.25%-
XYZ1.451.250.48-
YUV29.08117.79138.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 55%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=55%
G=31.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44251100.430.750.8325.456010.78
Hex2C19B02B4B53193cb
Octal543113053113123317413
Binary101100110011011010101110010111010011110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,25,11); }

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

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

 a { background-color: rgb(44,25,11); }

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

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

 span { border-color: rgb(44,25,11); }

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