Html Css Color HEX #4D2011 Brown Pod

📋 copy color: '#4D2011'

red 77 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #4D2011

Tints of Brown Pod #4D2011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 61.11%
G = 25.4%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D2011 (or 0x4D2011) is known color: Brown Pod. HEX triplet: 4D, 20 and 11. RGB value is (77,32,17). Sum of RGB (Red+Green+Blue) = 77+32+17=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2011 is #B2DFEE. Grayscale: #2B2B2B. Windows color (decimal): -11722735 or 1122381. OLE color: 1122381.

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

Color convert

RGB 77 32 17 -
CMYK 0 0.58 0.78 0.70
HSL 15º 0.64% 0.18% -
HSV(B) 15º 0.78% 0.3% -
XYZ 3.68 2.65 0.85 -
YUV 43.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 77 32 17 0 0.58 0.78 0.70 15 0.64 0.18
Hex 4D 20 11 0 3A 4E 46 F 40 12
Octal 115 40 21 0 72 116 106 17 100 22
Binary 1001101 100000 10001 0 111010 1001110 1000110 1111 1000000 10010

Color Harmonies of #4D2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2011

Black with #4D2011

Text Example


Text Example

White with #4D2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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