#4C1D03

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

Shades of Brown Pod #4C1D03

Tints of Brown Pod #4C1D03

Color information

#4C1D03 (or 0x4C1D03) is unknown color: approx Brown Pod. HEX triplet: 4C, 1D and 03. RGB value is (76,29,3). Sum of RGB (Red+Green+Blue) = 76+29+3=108 (14% of max value = 765). Red value is 76 (30.08% from 255 or 70.37% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1D03 is #B3E2FC. Grayscale: #282828. Windows color (decimal): -11789053 or 204108. OLE color: 204108.

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

Color convert

RGB76293-
CMYK00.620.960.70
HSL21.37º92.41%15.49%-
HSV(B)21.37º96.05%29.8%-
XYZ3.442.420.37-
YUV40.09107.07153.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 70.37%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=70.37%
G=26.85%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7629300.620.960.7021.3792.4115.49
Hex4C1D303E6046155cf
Octal1143530761401062513417
Binary100110011101110111110110000010001101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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