#4D1406

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

Shades of Brown Pod #4D1406

Tints of Brown Pod #4D1406

Color information

#4D1406 (or 0x4D1406) is unknown color: approx Brown Pod. HEX triplet: 4D, 14 and 06. RGB value is (77,20,6). Sum of RGB (Red+Green+Blue) = 77+20+6=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1406 is #B2EBF9. Grayscale: #232323. Windows color (decimal): -11725818 or 398413. OLE color: 398413.

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

Color convert

RGB77206-
CMYK00.740.920.70
HSL11.83º85.54%16.27%-
HSV(B)11.83º92.21%30.2%-
XYZ3.342.090.4-
YUV35.45111.38157.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 74.76%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=74.76%
G=19.42%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7720600.740.920.7011.8385.5416.27
Hex4D14604A5C46c5610
Octal11524601121341061412620
Binary10011011010011001001010101110010001101100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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