#2C1407

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

Shades of Brown Pod #2C1407

Tints of Brown Pod #2C1407

Color information

#2C1407 (or 0x2C1407) is unknown color: approx Brown Pod. HEX triplet: 2C, 14 and 07. RGB value is (44,20,7). Sum of RGB (Red+Green+Blue) = 44+20+7=71 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.97% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1407 is #D3EBF8. Grayscale: #191919. Windows color (decimal): -13888505 or 463916. OLE color: 463916.

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

Color convert

RGB44207-
CMYK00.550.840.83
HSL21.08º72.55%10%-
HSV(B)21.08º84.09%17.25%-
XYZ1.331.050.33-
YUV25.69117.45141.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 61.97%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 7 (3.12% from 255) = 9.86%
R=61.97%
G=28.17%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4420700.550.840.8321.0872.5510
Hex2C14703754531549a
Octal542470671241232511112
Binary101100101001110110111101010010100111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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