#4C220F

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

Shades of Brown Pod #4C220F

Tints of Brown Pod #4C220F

Color information

#4C220F (or 0x4C220F) is unknown color: approx Brown Pod. HEX triplet: 4C, 22 and 0F. RGB value is (76,34,15). Sum of RGB (Red+Green+Blue) = 76+34+15=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C220F is #B3DDF0. Grayscale: #2C2C2C. Windows color (decimal): -11787761 or 991820. OLE color: 991820.

HSL color Cylindrical-coordinate representation of color #4C220F: hue angle of 18.69º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C220F is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB763415-
CMYK00.550.800.70
HSL18.69º67.03%17.84%-
HSV(B)18.69º80.26%29.8%-
XYZ3.642.720.78-
YUV44.39111.41150.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.8%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 15 (6.25% from 255) = 12%
R=60.8%
G=27.2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76341500.550.800.7018.6967.0317.84
Hex4C22F0375046134312
Octal11442170671201062310322
Binary1001100100010111101101111010000100011010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,15); }

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

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

 a { background-color: rgb(76,34,15); }

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

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

 span { border-color: rgb(76,34,15); }

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