Html Css Color HEX #4D220F Brown Pod

📋 copy color: '#4D220F'

red 77 ◦ green 34 ◦ blue 15

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

Shades of Brown Pod #4D220F

Tints of Brown Pod #4D220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 61.11%
G = 26.98%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D220F (or 0x4D220F) is known color: Brown Pod. HEX triplet: 4D, 22 and 0F. RGB value is (77,34,15). Sum of RGB (Red+Green+Blue) = 77+34+15=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D220F is #B2DDF0. Grayscale: #2C2C2C. Windows color (decimal): -11722225 or 991821. OLE color: 991821.

HSL color Cylindrical-coordinate representation of color #4D220F: hue angle of 18.39º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D220F is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 34 15 -
CMYK 0 0.56 0.81 0.70
HSL 18.39º 0.67% 0.18% -
HSV(B) 18.39º 0.81% 0.3% -
XYZ 3.72 2.76 0.79 -
YUV 44.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 77 34 15 0 0.56 0.81 0.70 18.39 0.67 0.18
Hex 4D 22 F 0 38 51 46 12 43 12
Octal 115 42 17 0 70 121 106 22 103 22
Binary 1001101 100010 1111 0 111000 1010001 1000110 10010 1000011 10010

Color Harmonies of #4D220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D220F

Black with #4D220F

Text Example


Text Example

White with #4D220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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