#4D1508

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

Shades of Brown Pod #4D1508

Tints of Brown Pod #4D1508

Color information

#4D1508 (or 0x4D1508) is unknown color: approx Brown Pod. HEX triplet: 4D, 15 and 08. RGB value is (77,21,8). Sum of RGB (Red+Green+Blue) = 77+21+8=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1508 is #B2EAF7. Grayscale: #242424. Windows color (decimal): -11725560 or 529741. OLE color: 529741.

HSL color Cylindrical-coordinate representation of color #4D1508: hue angle of 11.3º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1508 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.70.

Color convert

RGB77218-
CMYK00.730.900.70
HSL11.3º81.18%16.67%-
HSV(B)11.3º89.61%30.2%-
XYZ3.372.130.46-
YUV36.26112.05157.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 72.64%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=72.64%
G=19.81%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7721800.730.900.7011.381.1816.67
Hex4D1580495A46b5111
Octal115251001111321061312121
Binary100110110101100001001001101101010001101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,8); }

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

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

 a { background-color: rgb(77,21,8); }

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

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

 span { border-color: rgb(77,21,8); }

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