Html Css Color HEX #4D1809 Brown Pod

📋 copy color: '#4D1809'

red 77 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #4D1809

Tints of Brown Pod #4D1809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 70%
G = 21.82%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D1809 (or 0x4D1809) is known color: Brown Pod. HEX triplet: 4D, 18 and 09. RGB value is (77,24,9). Sum of RGB (Red+Green+Blue) = 77+24+9=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1809 is #B2E7F6. Grayscale: #262626. Windows color (decimal): -11724791 or 596045. OLE color: 596045.

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

Color convert

RGB 77 24 9 -
CMYK 0 0.69 0.88 0.70
HSL 13.24º 0.79% 0.17% -
HSV(B) 13.24º 0.88% 0.3% -
XYZ 3.44 2.25 0.51 -
YUV 38.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 77 24 9 0 0.69 0.88 0.70 13.24 0.79 0.17
Hex 4D 18 9 0 45 58 46 D 4F 11
Octal 115 30 11 0 105 130 106 15 117 21
Binary 1001101 11000 1001 0 1000101 1011000 1000110 1101 1001111 10001

Color Harmonies of #4D1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1809

Black with #4D1809

Text Example


Text Example

White with #4D1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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