Html Css Color HEX #4D2005 Brown Pod

📋 copy color: '#4D2005'

red 77 ◦ green 32 ◦ blue 5

#4D2005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #4D2005

Tints of Brown Pod #4D2005

RGB

 RED value IS 77 (30.47% from 255) = 67.54%

 GREEN value IS 32 (12.89% from 255) = 28.07%

 BLUE value IS 5 (2.34% from 255) = 4.39%

R = 67.54%
G = 28.07%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D2005 (or 0x4D2005) is known color: Brown Pod. HEX triplet: 4D, 20 and 05. RGB value is (77,32,5). Sum of RGB (Red+Green+Blue) = 77+32+5=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2005 is #B2DFFA. Grayscale: #2A2A2A. Windows color (decimal): -11722747 or 335949. OLE color: 335949.

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

Color convert

RGB 77 32 5 -
CMYK 0 0.58 0.94 0.70
HSL 22.5º 0.88% 0.16% -
HSV(B) 22.5º 0.94% 0.3% -
XYZ 3.6 2.62 0.46 -
YUV 42.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 77 32 5 0 0.58 0.94 0.70 22.5 0.88 0.16
Hex 4D 20 5 0 3A 5E 46 16 58 10
Octal 115 40 5 0 72 136 106 26 130 20
Binary 1001101 100000 101 0 111010 1011110 1000110 10110 1011000 10000

Color Harmonies of #4D2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2005

Black with #4D2005

Text Example


Text Example

White with #4D2005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,5); }

 H1.HeaderClassName
 {
   color: #4D2005;
 }
 .AnyTagClassName
 {
   color: #4D2005;
 }
</style>

background-color css

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

 a { background-color: rgb(77,32,5); }

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

border-color css

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

 span { border-color: rgb(77,32,5); }

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