Html Css Color HEX #4D1C11 Brown Pod

📋 copy color: '#4D1C11'

red 77 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #4D1C11

Tints of Brown Pod #4D1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 63.11%
G = 22.95%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D1C11 (or 0x4D1C11) is known color: Brown Pod. HEX triplet: 4D, 1C and 11. RGB value is (77,28,17). Sum of RGB (Red+Green+Blue) = 77+28+17=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1C11 is #B2E3EE. Grayscale: #292929. Windows color (decimal): -11723759 or 1121357. OLE color: 1121357.

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

Color convert

RGB 77 28 17 -
CMYK 0 0.64 0.78 0.70
HSL 11º 0.64% 0.18% -
HSV(B) 11º 0.78% 0.3% -
XYZ 3.58 2.45 0.81 -
YUV 41.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 77 28 17 0 0.64 0.78 0.70 11 0.64 0.18
Hex 4D 1C 11 0 40 4E 46 B 40 12
Octal 115 34 21 0 100 116 106 13 100 22
Binary 1001101 11100 10001 0 1000000 1001110 1000110 1011 1000000 10010

Color Harmonies of #4D1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C11

Black with #4D1C11

Text Example


Text Example

White with #4D1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,17); }

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

background-color css

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

 a { background-color: rgb(77,28,17); }

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

border-color css

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

 span { border-color: rgb(77,28,17); }

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