#2C160C

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

Shades of Brown Pod #2C160C

Tints of Brown Pod #2C160C

Color information

#2C160C (or 0x2C160C) is unknown color: approx Brown Pod. HEX triplet: 2C, 16 and 0C. RGB value is (44,22,12). Sum of RGB (Red+Green+Blue) = 44+22+12=78 (10% of max value = 765). Red value is 44 (17.58% from 255 or 56.41% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 44 - color contains mainly: red. Hex color #2C160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C160C is #D3E9F3. Grayscale: #1B1B1B. Windows color (decimal): -13887988 or 792108. OLE color: 792108.

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

Color convert

RGB442212-
CMYK00.50.730.83
HSL18.75º57.14%10.98%-
HSV(B)18.75º72.73%17.25%-
XYZ1.391.140.49-
YUV27.44119.29139.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 56.41%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=56.41%
G=28.21%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44221200.50.730.8318.7557.1410.98
Hex2C16C03249531339b
Octal542614062111123237113
Binary101100101101100011001010010011010011100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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