#2C1405

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

Shades of Brown Pod #2C1405

Tints of Brown Pod #2C1405

Color information

#2C1405 (or 0x2C1405) is unknown color: approx Brown Pod. HEX triplet: 2C, 14 and 05. RGB value is (44,20,5). Sum of RGB (Red+Green+Blue) = 44+20+5=69 (9% of max value = 765). Red value is 44 (17.58% from 255 or 63.77% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1405 is #D3EBFA. Grayscale: #191919. Windows color (decimal): -13888507 or 332844. OLE color: 332844.

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

Color convert

RGB44205-
CMYK00.550.890.83
HSL23.08º79.59%9.61%-
HSV(B)23.08º88.64%17.25%-
XYZ1.321.050.28-
YUV25.47116.45141.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 63.77%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=63.77%
G=28.99%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4420500.550.890.8323.0879.599.61
Hex2C14503759531750a
Octal542450671311232712012
Binary101100101001010110111101100110100111011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,20,5); }

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

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

 a { background-color: rgb(44,20,5); }

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

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

 span { border-color: rgb(44,20,5); }

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