#4C1E03

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

Shades of Brown Pod #4C1E03

Tints of Brown Pod #4C1E03

Color information

#4C1E03 (or 0x4C1E03) is unknown color: approx Brown Pod. HEX triplet: 4C, 1E and 03. RGB value is (76,30,3). Sum of RGB (Red+Green+Blue) = 76+30+3=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1E03 is #B3E1FC. Grayscale: #282828. Windows color (decimal): -11788797 or 204364. OLE color: 204364.

HSL color Cylindrical-coordinate representation of color #4C1E03: hue angle of 22.19º 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 #4C1E03 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB76303-
CMYK00.610.960.70
HSL22.19º92.41%15.49%-
HSV(B)22.19º96.05%29.8%-
XYZ3.462.470.38-
YUV40.68106.74153.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 69.72%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=69.72%
G=27.52%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7630300.610.960.7022.1992.4115.49
Hex4C1E303D6046165cf
Octal1143630751401062613417
Binary100110011110110111101110000010001101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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