Html Css Color HEX #4D3019 Brown Bramble

📋 copy color: '#4D3019'

red 77 ◦ green 48 ◦ blue 25

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

Shades of Brown Bramble #4D3019

Tints of Brown Bramble #4D3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 51.33%
G = 32%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D3019 (or 0x4D3019) is known color: Brown Bramble. HEX triplet: 4D, 30 and 19. RGB value is (77,48,25). Sum of RGB (Red+Green+Blue) = 77+48+25=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3019 is #B2CFE6. Grayscale: #363636. Windows color (decimal): -11718631 or 1650765. OLE color: 1650765.

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

Color convert

RGB 77 48 25 -
CMYK 0 0.38 0.68 0.70
HSL 26.54º 0.51% 0.2% -
HSV(B) 26.54º 0.68% 0.3% -
XYZ 4.29 3.76 1.42 -
YUV 54.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 77 48 25 0 0.38 0.68 0.70 26.54 0.51 0.2
Hex 4D 30 19 0 26 44 46 1B 33 14
Octal 115 60 31 0 46 104 106 33 63 24
Binary 1001101 110000 11001 0 100110 1000100 1000110 11011 110011 10100

Color Harmonies of #4D3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3019

Black with #4D3019

Text Example


Text Example

White with #4D3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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