Html Css Color HEX #4D1300 Brown Pod

📋 copy color: '#4D1300'

red 77 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #4D1300

Tints of Brown Pod #4D1300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.21%
G = 19.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#4D1300 (or 0x4D1300) is known color: Brown Pod. HEX triplet: 4D, 13 and 00. RGB value is (77,19,0). Sum of RGB (Red+Green+Blue) = 77+19+0=96 (12% of max value = 765). Red value is 77 (30.47% from 255 or 80.21% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1300 is #B2ECFF. Grayscale: #222222. Windows color (decimal): -11726080 or 4941. OLE color: 4941.

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

Color convert

RGB 77 19 0 -
CMYK 0 0.75 1 0.70
HSL 14.81º 1% 0.15% -
HSV(B) 14.81º 1% 0.3% -
XYZ 3.29 2.04 0.22 -
YUV 34.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 77 19 0 0 0.75 1 0.70 14.81 1 0.15
Hex 4D 13 0 0 4B 64 46 F 64 F
Octal 115 23 0 0 113 144 106 17 144 17
Binary 1001101 10011 0 0 1001011 1100100 1000110 1111 1100100 1111

Color Harmonies of #4D1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1300

Black with #4D1300

Text Example


Text Example

White with #4D1300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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