Html Css Color HEX #4D2209 Brown Pod

📋 copy color: '#4D2209'

red 77 ◦ green 34 ◦ blue 9

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

Shades of Brown Pod #4D2209

Tints of Brown Pod #4D2209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.33%

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

R = 64.17%
G = 28.33%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D2209 (or 0x4D2209) is known color: Brown Pod. HEX triplet: 4D, 22 and 09. RGB value is (77,34,9). Sum of RGB (Red+Green+Blue) = 77+34+9=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2209 is #B2DDF6. Grayscale: #2C2C2C. Windows color (decimal): -11722231 or 598605. OLE color: 598605.

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

Color convert

RGB 77 34 9 -
CMYK 0 0.56 0.88 0.70
HSL 22.06º 0.79% 0.17% -
HSV(B) 22.06º 0.88% 0.3% -
XYZ 3.68 2.74 0.59 -
YUV 44.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 77 34 9 0 0.56 0.88 0.70 22.06 0.79 0.17
Hex 4D 22 9 0 38 58 46 16 4F 11
Octal 115 42 11 0 70 130 106 26 117 21
Binary 1001101 100010 1001 0 111000 1011000 1000110 10110 1001111 10001

Color Harmonies of #4D2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2209

Black with #4D2209

Text Example


Text Example

White with #4D2209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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