Html Css Color HEX #4D1301 Brown Pod

📋 copy color: '#4D1301'

red 77 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #4D1301

Tints of Brown Pod #4D1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.59%

 BLUE value IS 1 (0.78% from 255) = 1.03%

R = 79.38%
G = 19.59%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D1301 (or 0x4D1301) is known color: Brown Pod. HEX triplet: 4D, 13 and 01. RGB value is (77,19,1). Sum of RGB (Red+Green+Blue) = 77+19+1=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1301 is #B2ECFE. Grayscale: #222222. Windows color (decimal): -11726079 or 70477. OLE color: 70477.

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

Color convert

RGB 77 19 1 -
CMYK 0 0.75 0.99 0.70
HSL 14.21º 0.97% 0.15% -
HSV(B) 14.21º 0.99% 0.3% -
XYZ 3.3 2.05 0.25 -
YUV 34.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 77 19 1 0 0.75 0.99 0.70 14.21 0.97 0.15
Hex 4D 13 1 0 4B 63 46 E 61 F
Octal 115 23 1 0 113 143 106 16 141 17
Binary 1001101 10011 1 0 1001011 1100011 1000110 1110 1100001 1111

Color Harmonies of #4D1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1301

Black with #4D1301

Text Example


Text Example

White with #4D1301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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