#4C1D13

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

Shades of Brown Pod #4C1D13

Tints of Brown Pod #4C1D13

Color information

#4C1D13 (or 0x4C1D13) is unknown color: approx Brown Pod. HEX triplet: 4C, 1D and 13. RGB value is (76,29,19). Sum of RGB (Red+Green+Blue) = 76+29+19=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1D13 is #B3E2EC. Grayscale: #2A2A2A. Windows color (decimal): -11789037 or 1252684. OLE color: 1252684.

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

Color convert

RGB762919-
CMYK00.620.750.70
HSL10.53º60%18.63%-
HSV(B)10.53º75%29.8%-
XYZ3.542.460.9-
YUV41.91115.07152.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.29%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=61.29%
G=23.39%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76291900.620.750.7010.536018.63
Hex4C1D1303E4B46b3c13
Octal1143523076113106137423
Binary10011001110110011011111010010111000110101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,19); }

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

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

 a { background-color: rgb(76,29,19); }

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

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

 span { border-color: rgb(76,29,19); }

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