Html Css Color HEX #4D3319 Brown Bramble

📋 copy color: '#4D3319'

red 77 ◦ green 51 ◦ blue 25

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

Shades of Brown Bramble #4D3319

Tints of Brown Bramble #4D3319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 50.33%
G = 33.33%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D3319 (or 0x4D3319) is known color: Brown Bramble. HEX triplet: 4D, 33 and 19. RGB value is (77,51,25). Sum of RGB (Red+Green+Blue) = 77+51+25=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3319 is #B2CCE6. Grayscale: #373737. Windows color (decimal): -11717863 or 1651533. OLE color: 1651533.

HSL color Cylindrical-coordinate representation of color #4D3319: hue angle of 30º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3319 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 51 25 -
CMYK 0 0.34 0.68 0.70
HSL 30º 0.51% 0.2% -
HSV(B) 30º 0.68% 0.3% -
XYZ 4.42 4.02 1.46 -
YUV 55.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 77 51 25 0 0.34 0.68 0.70 30 0.51 0.2
Hex 4D 33 19 0 22 44 46 1E 33 14
Octal 115 63 31 0 42 104 106 36 63 24
Binary 1001101 110011 11001 0 100010 1000100 1000110 11110 110011 10100

Color Harmonies of #4D3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3319

Black with #4D3319

Text Example


Text Example

White with #4D3319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,51,25); }

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

background-color css

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

 a { background-color: rgb(77,51,25); }

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

border-color css

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

 span { border-color: rgb(77,51,25); }

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