#4D1809

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

Shades of Brown Pod #4D1809

Tints of Brown Pod #4D1809

Color information

#4D1809 (or 0x4D1809) is unknown color: approx Brown Pod. HEX triplet: 4D, 18 and 09. RGB value is (77,24,9). Sum of RGB (Red+Green+Blue) = 77+24+9=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1809 is #B2E7F6. Grayscale: #262626. Windows color (decimal): -11724791 or 596045. OLE color: 596045.

HSL color Cylindrical-coordinate representation of color #4D1809: hue angle of 13.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1809 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB77249-
CMYK00.690.880.70
HSL13.24º79.07%16.86%-
HSV(B)13.24º88.31%30.2%-
XYZ3.442.250.51-
YUV38.14111.56155.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=70%
G=21.82%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7724900.690.880.7013.2479.0716.86
Hex4D1890455846d4f11
Octal115301101051301061511721
Binary100110111000100101000101101100010001101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,24,9); }

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

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

 a { background-color: rgb(77,24,9); }

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

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

 span { border-color: rgb(77,24,9); }

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