#4C210C

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

Shades of Brown Pod #4C210C

Tints of Brown Pod #4C210C

Color information

#4C210C (or 0x4C210C) is unknown color: approx Brown Pod. HEX triplet: 4C, 21 and 0C. RGB value is (76,33,12). Sum of RGB (Red+Green+Blue) = 76+33+12=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C210C is #B3DEF3. Grayscale: #2B2B2B. Windows color (decimal): -11788020 or 794956. OLE color: 794956.

HSL color Cylindrical-coordinate representation of color #4C210C: hue angle of 19.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C210C is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB763312-
CMYK00.570.840.70
HSL19.69º72.73%17.25%-
HSV(B)19.69º84.21%29.8%-
XYZ3.592.650.67-
YUV43.46110.25151.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.81%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=62.81%
G=27.27%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76331200.570.840.7019.6972.7317.25
Hex4C21C0395446144911
Octal11441140711241062411121
Binary1001100100001110001110011010100100011010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C210C; }

 p { color: rgb(76,33,12); }

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

<style>
 a { background-color: #4C210C; }

 a { background-color: rgb(76,33,12); }

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

<style>
 span { border-color: #4C210C; }

 span { border-color: rgb(76,33,12); }

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