#4D1206

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

Shades of Brown Pod #4D1206

Tints of Brown Pod #4D1206

Color information

#4D1206 (or 0x4D1206) is unknown color: approx Brown Pod. HEX triplet: 4D, 12 and 06. RGB value is (77,18,6). Sum of RGB (Red+Green+Blue) = 77+18+6=101 (13% of max value = 765). Red value is 77 (30.47% from 255 or 76.24% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1206 is #B2EDF9. Grayscale: #222222. Windows color (decimal): -11726330 or 397901. OLE color: 397901.

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

Color convert

RGB77186-
CMYK00.770.920.70
HSL10.14º85.54%16.27%-
HSV(B)10.14º92.21%30.2%-
XYZ3.312.020.39-
YUV34.27112.05158.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 76.24%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=76.24%
G=17.82%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7718600.770.920.7010.1485.5416.27
Hex4D12604D5C46a5610
Octal11522601151341061212620
Binary10011011001011001001101101110010001101010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,18,6); }

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

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

 a { background-color: rgb(77,18,6); }

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

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

 span { border-color: rgb(77,18,6); }

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