#4D1D04

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

Shades of Brown Pod #4D1D04

Tints of Brown Pod #4D1D04

Color information

#4D1D04 (or 0x4D1D04) is unknown color: approx Brown Pod. HEX triplet: 4D, 1D and 04. RGB value is (77,29,4). Sum of RGB (Red+Green+Blue) = 77+29+4=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1D04 is #B2E2FB. Grayscale: #282828. Windows color (decimal): -11723516 or 269645. OLE color: 269645.

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

Color convert

RGB77294-
CMYK00.620.950.70
HSL20.55º90.12%15.88%-
HSV(B)20.55º94.81%30.2%-
XYZ3.522.470.41-
YUV40.5107.4154.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=70%
G=26.36%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7729400.620.950.7020.5590.1215.88
Hex4D1D403E5F46155a10
Octal1153540761371062513220
Binary10011011110110001111101011111100011010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,29,4); }

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

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

 a { background-color: rgb(77,29,4); }

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

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

 span { border-color: rgb(77,29,4); }

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