Html Css Color HEX #4D1409 Brown Pod

📋 copy color: '#4D1409'

red 77 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #4D1409

Tints of Brown Pod #4D1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 72.64%
G = 18.87%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D1409 (or 0x4D1409) is known color: Brown Pod. HEX triplet: 4D, 14 and 09. RGB value is (77,20,9). Sum of RGB (Red+Green+Blue) = 77+20+9=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1409 is #B2EBF6. Grayscale: #232323. Windows color (decimal): -11725815 or 595021. OLE color: 595021.

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

Color convert

RGB 77 20 9 -
CMYK 0 0.74 0.88 0.70
HSL 9.71º 0.79% 0.17% -
HSV(B) 9.71º 0.88% 0.3% -
XYZ 3.36 2.1 0.49 -
YUV 35.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 77 20 9 0 0.74 0.88 0.70 9.71 0.79 0.17
Hex 4D 14 9 0 4A 58 46 A 4F 11
Octal 115 24 11 0 112 130 106 12 117 21
Binary 1001101 10100 1001 0 1001010 1011000 1000110 1010 1001111 10001

Color Harmonies of #4D1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1409

Black with #4D1409

Text Example


Text Example

White with #4D1409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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