Html Css Color HEX #4D3018 Brown Bramble

📋 copy color: '#4D3018'

red 77 ◦ green 48 ◦ blue 24

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

Shades of Brown Bramble #4D3018

Tints of Brown Bramble #4D3018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 51.68%
G = 32.21%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D3018 (or 0x4D3018) is known color: Brown Bramble. HEX triplet: 4D, 30 and 18. RGB value is (77,48,24). Sum of RGB (Red+Green+Blue) = 77+48+24=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3018 is #B2CFE7. Grayscale: #363636. Windows color (decimal): -11718632 or 1585229. OLE color: 1585229.

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

Color convert

RGB 77 48 24 -
CMYK 0 0.38 0.69 0.70
HSL 27.17º 0.52% 0.2% -
HSV(B) 27.17º 0.69% 0.3% -
XYZ 4.28 3.76 1.36 -
YUV 53.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 77 48 24 0 0.38 0.69 0.70 27.17 0.52 0.2
Hex 4D 30 18 0 26 45 46 1B 34 14
Octal 115 60 30 0 46 105 106 33 64 24
Binary 1001101 110000 11000 0 100110 1000101 1000110 11011 110100 10100

Color Harmonies of #4D3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3018

Black with #4D3018

Text Example


Text Example

White with #4D3018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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