#4C1F0D

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

Shades of Brown Pod #4C1F0D

Tints of Brown Pod #4C1F0D

Color information

#4C1F0D (or 0x4C1F0D) is unknown color: approx Brown Pod. HEX triplet: 4C, 1F and 0D. RGB value is (76,31,13). Sum of RGB (Red+Green+Blue) = 76+31+13=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1F0D is #B3E0F2. Grayscale: #2A2A2A. Windows color (decimal): -11788531 or 859980. OLE color: 859980.

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

Color convert

RGB763113-
CMYK00.590.830.70
HSL17.14º70.79%17.45%-
HSV(B)17.14º82.89%29.8%-
XYZ3.542.550.69-
YUV42.4111.41151.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.33%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=63.33%
G=25.83%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76311300.590.830.7017.1470.7917.45
Hex4C1FD03B5346114711
Octal11437150731231062110721
Binary100110011111110101110111010011100011010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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