#4D2214

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

Shades of Brown Pod #4D2214

Tints of Brown Pod #4D2214

Color information

#4D2214 (or 0x4D2214) is unknown color: approx Brown Pod. HEX triplet: 4D, 22 and 14. RGB value is (77,34,20). Sum of RGB (Red+Green+Blue) = 77+34+20=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2214 is #B2DDEB. Grayscale: #2D2D2D. Windows color (decimal): -11722220 or 1319501. OLE color: 1319501.

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

Color convert

RGB773420-
CMYK00.560.740.70
HSL14.74º58.76%19.02%-
HSV(B)14.74º74.03%30.2%-
XYZ3.762.771-
YUV45.26113.75150.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.78%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=58.78%
G=25.95%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77342000.560.740.7014.7458.7619.02
Hex4D22140384A46f3b13
Octal1154224070112106177323
Binary100110110001010100011100010010101000110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,20); }

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

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

 a { background-color: rgb(77,34,20); }

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

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

 span { border-color: rgb(77,34,20); }

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