Html Css Color HEX #4D1803 Brown Pod

📋 copy color: '#4D1803'

red 77 ◦ green 24 ◦ blue 3

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

Shades of Brown Pod #4D1803

Tints of Brown Pod #4D1803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.08%

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

R = 74.04%
G = 23.08%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4D1803 (or 0x4D1803) is known color: Brown Pod. HEX triplet: 4D, 18 and 03. RGB value is (77,24,3). Sum of RGB (Red+Green+Blue) = 77+24+3=104 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.04% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1803 is #B2E7FC. Grayscale: #252525. Windows color (decimal): -11724797 or 202829. OLE color: 202829.

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

Color convert

RGB 77 24 3 -
CMYK 0 0.69 0.96 0.70
HSL 17.03º 0.93% 0.16% -
HSV(B) 17.03º 0.96% 0.3% -
XYZ 3.4 2.24 0.34 -
YUV 37.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 77 24 3 0 0.69 0.96 0.70 17.03 0.93 0.16
Hex 4D 18 3 0 45 60 46 11 5C 10
Octal 115 30 3 0 105 140 106 21 134 20
Binary 1001101 11000 11 0 1000101 1100000 1000110 10001 1011100 10000

Color Harmonies of #4D1803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1803

Black with #4D1803

Text Example


Text Example

White with #4D1803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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