Html Css Color HEX #4D1E10 Brown Pod

📋 copy color: '#4D1E10'

red 77 ◦ green 30 ◦ blue 16

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

Shades of Brown Pod #4D1E10

Tints of Brown Pod #4D1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 62.6%
G = 24.39%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4D1E10 (or 0x4D1E10) is known color: Brown Pod. HEX triplet: 4D, 1E and 10. RGB value is (77,30,16). Sum of RGB (Red+Green+Blue) = 77+30+16=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E10 is #B2E1EF. Grayscale: #2A2A2A. Windows color (decimal): -11723248 or 1056333. OLE color: 1056333.

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

Color convert

RGB 77 30 16 -
CMYK 0 0.61 0.79 0.70
HSL 13.77º 0.66% 0.18% -
HSV(B) 13.77º 0.79% 0.3% -
XYZ 3.62 2.54 0.79 -
YUV 42.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 77 30 16 0 0.61 0.79 0.70 13.77 0.66 0.18
Hex 4D 1E 10 0 3D 4F 46 E 42 12
Octal 115 36 20 0 75 117 106 16 102 22
Binary 1001101 11110 10000 0 111101 1001111 1000110 1110 1000010 10010

Color Harmonies of #4D1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E10

Black with #4D1E10

Text Example


Text Example

White with #4D1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,16); }

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

background-color css

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

 a { background-color: rgb(77,30,16); }

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

border-color css

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

 span { border-color: rgb(77,30,16); }

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