Html Css Color HEX #4D2215 Brown Pod

📋 copy color: '#4D2215'

red 77 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #4D2215

Tints of Brown Pod #4D2215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 58.33%
G = 25.76%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D2215 (or 0x4D2215) is known color: Brown Pod. HEX triplet: 4D, 22 and 15. RGB value is (77,34,21). Sum of RGB (Red+Green+Blue) = 77+34+21=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2215 is #B2DDEA. Grayscale: #2D2D2D. Windows color (decimal): -11722219 or 1385037. OLE color: 1385037.

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

Color convert

RGB 77 34 21 -
CMYK 0 0.56 0.73 0.70
HSL 13.93º 0.57% 0.19% -
HSV(B) 13.93º 0.73% 0.3% -
XYZ 3.77 2.78 1.05 -
YUV 45.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 77 34 21 0 0.56 0.73 0.70 13.93 0.57 0.19
Hex 4D 22 15 0 38 49 46 E 39 13
Octal 115 42 25 0 70 111 106 16 71 23
Binary 1001101 100010 10101 0 111000 1001001 1000110 1110 111001 10011

Color Harmonies of #4D2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2215

Black with #4D2215

Text Example


Text Example

White with #4D2215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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