#2C150B

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

Shades of Brown Pod #2C150B

Tints of Brown Pod #2C150B

Color information

#2C150B (or 0x2C150B) is unknown color: approx Brown Pod. HEX triplet: 2C, 15 and 0B. RGB value is (44,21,11). Sum of RGB (Red+Green+Blue) = 44+21+11=76 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.89% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 44 - color contains mainly: red. Hex color #2C150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C150B is #D3EAF4. Grayscale: #1A1A1A. Windows color (decimal): -13888245 or 726316. OLE color: 726316.

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

Color convert

RGB442111-
CMYK00.520.750.83
HSL18.18º60%10.78%-
HSV(B)18.18º75%17.25%-
XYZ1.371.10.46-
YUV26.74119.12140.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 57.89%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=57.89%
G=27.63%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44211100.520.750.8318.186010.78
Hex2C15B0344B53123cb
Octal542513064113123227413
Binary101100101011011011010010010111010011100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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