#4C1F0E

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

Shades of Brown Pod #4C1F0E

Tints of Brown Pod #4C1F0E

Color information

#4C1F0E (or 0x4C1F0E) is unknown color: approx Brown Pod. HEX triplet: 4C, 1F and 0E. RGB value is (76,31,14). Sum of RGB (Red+Green+Blue) = 76+31+14=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1F0E is #B3E0F1. Grayscale: #2A2A2A. Windows color (decimal): -11788530 or 925516. OLE color: 925516.

HSL color Cylindrical-coordinate representation of color #4C1F0E: hue angle of 16.45º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1F0E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB763114-
CMYK00.590.820.70
HSL16.45º68.89%17.65%-
HSV(B)16.45º81.58%29.8%-
XYZ3.552.550.72-
YUV42.52111.91151.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.81%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=62.81%
G=25.62%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76311400.590.820.7016.4568.8917.65
Hex4C1FE03B5246104512
Octal11437160731221062010522
Binary100110011111111001110111010010100011010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,31,14); }

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

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

 a { background-color: rgb(76,31,14); }

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

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

 span { border-color: rgb(76,31,14); }

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