Html Css Color HEX #4D1201 Brown Pod

📋 copy color: '#4D1201'

red 77 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #4D1201

Tints of Brown Pod #4D1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.75%

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

R = 80.21%
G = 18.75%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D1201 (or 0x4D1201) is known color: Brown Pod. HEX triplet: 4D, 12 and 01. RGB value is (77,18,1). Sum of RGB (Red+Green+Blue) = 77+18+1=96 (12% of max value = 765). Red value is 77 (30.47% from 255 or 80.21% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1201 is #B2EDFE. Grayscale: #212121. Windows color (decimal): -11726335 or 70221. OLE color: 70221.

HSL color Cylindrical-coordinate representation of color #4D1201: hue angle of 13.42º 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 #4D1201 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 18 1 -
CMYK 0 0.77 0.99 0.70
HSL 13.42º 0.97% 0.15% -
HSV(B) 13.42º 0.99% 0.3% -
XYZ 3.28 2.01 0.24 -
YUV 33.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 77 18 1 0 0.77 0.99 0.70 13.42 0.97 0.15
Hex 4D 12 1 0 4D 63 46 D 61 F
Octal 115 22 1 0 115 143 106 15 141 17
Binary 1001101 10010 1 0 1001101 1100011 1000110 1101 1100001 1111

Color Harmonies of #4D1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1201

Black with #4D1201

Text Example


Text Example

White with #4D1201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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