#4C2311

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

Shades of Brown Pod #4C2311

Tints of Brown Pod #4C2311

Color information

#4C2311 (or 0x4C2311) is unknown color: approx Brown Pod. HEX triplet: 4C, 23 and 11. RGB value is (76,35,17). Sum of RGB (Red+Green+Blue) = 76+35+17=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2311 is #B3DCEE. Grayscale: #2D2D2D. Windows color (decimal): -11787503 or 1123148. OLE color: 1123148.

HSL color Cylindrical-coordinate representation of color #4C2311: hue angle of 18.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2311 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB763517-
CMYK00.540.780.70
HSL18.31º63.44%18.24%-
HSV(B)18.31º77.63%29.8%-
XYZ3.682.780.87-
YUV45.21112.08149.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=59.38%
G=27.34%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76351700.540.780.7018.3163.4418.24
Hex4C23110364E46123f12
Octal1144321066116106227722
Binary1001100100011100010110110100111010001101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,17); }

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

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

 a { background-color: rgb(76,35,17); }

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

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

 span { border-color: rgb(76,35,17); }

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