Html Css Color HEX #4D1103 Brown Pod

📋 copy color: '#4D1103'

red 77 ◦ green 17 ◦ blue 3

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

Shades of Brown Pod #4D1103

Tints of Brown Pod #4D1103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 3 (1.56% from 255) = 3.09%

R = 79.38%
G = 17.53%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4D1103 (or 0x4D1103) is known color: Brown Pod. HEX triplet: 4D, 11 and 03. RGB value is (77,17,3). Sum of RGB (Red+Green+Blue) = 77+17+3=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1103 is #B2EEFC. Grayscale: #212121. Windows color (decimal): -11726589 or 201037. OLE color: 201037.

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

Color convert

RGB 77 17 3 -
CMYK 0 0.78 0.96 0.70
HSL 11.35º 0.93% 0.16% -
HSV(B) 11.35º 0.96% 0.3% -
XYZ 3.28 1.99 0.3 -
YUV 33.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 77 17 3 0 0.78 0.96 0.70 11.35 0.93 0.16
Hex 4D 11 3 0 4E 60 46 B 5C 10
Octal 115 21 3 0 116 140 106 13 134 20
Binary 1001101 10001 11 0 1001110 1100000 1000110 1011 1011100 10000

Color Harmonies of #4D1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1103

Black with #4D1103

Text Example


Text Example

White with #4D1103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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