Html Css Color HEX #4D3215 Brown Bramble

📋 copy color: '#4D3215'

red 77 ◦ green 50 ◦ blue 21

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

Shades of Brown Bramble #4D3215

Tints of Brown Bramble #4D3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.78%

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

R = 52.03%
G = 33.78%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D3215 (or 0x4D3215) is known color: Brown Bramble. HEX triplet: 4D, 32 and 15. RGB value is (77,50,21). Sum of RGB (Red+Green+Blue) = 77+50+21=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3215 is #B2CDEA. Grayscale: #363636. Windows color (decimal): -11718123 or 1389133. OLE color: 1389133.

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

Color convert

RGB 77 50 21 -
CMYK 0 0.35 0.73 0.70
HSL 31.07º 0.57% 0.19% -
HSV(B) 31.07º 0.73% 0.3% -
XYZ 4.34 3.91 1.24 -
YUV 54.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 77 50 21 0 0.35 0.73 0.70 31.07 0.57 0.19
Hex 4D 32 15 0 23 49 46 1F 39 13
Octal 115 62 25 0 43 111 106 37 71 23
Binary 1001101 110010 10101 0 100011 1001001 1000110 11111 111001 10011

Color Harmonies of #4D3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3215

Black with #4D3215

Text Example


Text Example

White with #4D3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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