#4C1F14

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

Shades of Brown Pod #4C1F14

Tints of Brown Pod #4C1F14

Color information

#4C1F14 (or 0x4C1F14) is unknown color: approx Brown Pod. HEX triplet: 4C, 1F and 14. RGB value is (76,31,20). Sum of RGB (Red+Green+Blue) = 76+31+20=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1F14 is #B3E0EB. Grayscale: #2B2B2B. Windows color (decimal): -11788524 or 1318732. OLE color: 1318732.

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

Color convert

RGB763120-
CMYK00.590.740.70
HSL11.79º58.33%18.82%-
HSV(B)11.79º73.68%29.8%-
XYZ3.62.570.97-
YUV43.2114.91151.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=59.84%
G=24.41%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76312000.590.740.7011.7958.3318.82
Hex4C1F1403B4A46c3a13
Octal1143724073112106147223
Binary10011001111110100011101110010101000110110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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