Html Css Color HEX #4D3213 Brown Bramble

📋 copy color: '#4D3213'

red 77 ◦ green 50 ◦ blue 19

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

Shades of Brown Bramble #4D3213

Tints of Brown Bramble #4D3213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 52.74%
G = 34.25%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D3213 (or 0x4D3213) is known color: Brown Bramble. HEX triplet: 4D, 32 and 13. RGB value is (77,50,19). Sum of RGB (Red+Green+Blue) = 77+50+19=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3213 is #B2CDEC. Grayscale: #363636. Windows color (decimal): -11718125 or 1258061. OLE color: 1258061.

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

Color convert

RGB 77 50 19 -
CMYK 0 0.35 0.75 0.70
HSL 32.07º 0.6% 0.19% -
HSV(B) 32.07º 0.75% 0.3% -
XYZ 4.32 3.91 1.14 -
YUV 54.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 77 50 19 0 0.35 0.75 0.70 32.07 0.6 0.19
Hex 4D 32 13 0 23 4B 46 20 3C 13
Octal 115 62 23 0 43 113 106 40 74 23
Binary 1001101 110010 10011 0 100011 1001011 1000110 100000 111100 10011

Color Harmonies of #4D3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3213

Black with #4D3213

Text Example


Text Example

White with #4D3213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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