Html Css Color HEX #4D2013 Brown Pod

📋 copy color: '#4D2013'

red 77 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #4D2013

Tints of Brown Pod #4D2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 60.16%
G = 25%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D2013 (or 0x4D2013) is known color: Brown Pod. HEX triplet: 4D, 20 and 13. RGB value is (77,32,19). Sum of RGB (Red+Green+Blue) = 77+32+19=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2013 is #B2DFEC. Grayscale: #2C2C2C. Windows color (decimal): -11722733 or 1253453. OLE color: 1253453.

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

Color convert

RGB 77 32 19 -
CMYK 0 0.58 0.75 0.70
HSL 13.45º 0.6% 0.19% -
HSV(B) 13.45º 0.75% 0.3% -
XYZ 3.69 2.66 0.93 -
YUV 43.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 77 32 19 0 0.58 0.75 0.70 13.45 0.6 0.19
Hex 4D 20 13 0 3A 4B 46 D 3C 13
Octal 115 40 23 0 72 113 106 15 74 23
Binary 1001101 100000 10011 0 111010 1001011 1000110 1101 111100 10011

Color Harmonies of #4D2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2013

Black with #4D2013

Text Example


Text Example

White with #4D2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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