Html Css Color HEX #4D2315 Brown Pod

📋 copy color: '#4D2315'

red 77 ◦ green 35 ◦ blue 21

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

Shades of Brown Pod #4D2315

Tints of Brown Pod #4D2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

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

R = 57.89%
G = 26.32%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D2315 (or 0x4D2315) is known color: Brown Pod. HEX triplet: 4D, 23 and 15. RGB value is (77,35,21). Sum of RGB (Red+Green+Blue) = 77+35+21=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2315 is #B2DCEA. Grayscale: #2E2E2E. Windows color (decimal): -11721963 or 1385293. OLE color: 1385293.

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

Color convert

RGB 77 35 21 -
CMYK 0 0.55 0.73 0.70
HSL 15º 0.57% 0.19% -
HSV(B) 15º 0.73% 0.3% -
XYZ 3.8 2.83 1.06 -
YUV 45.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 77 35 21 0 0.55 0.73 0.70 15 0.57 0.19
Hex 4D 23 15 0 37 49 46 F 39 13
Octal 115 43 25 0 67 111 106 17 71 23
Binary 1001101 100011 10101 0 110111 1001001 1000110 1111 111001 10011

Color Harmonies of #4D2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2315

Black with #4D2315

Text Example


Text Example

White with #4D2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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