Html Css Color HEX #4D331F Brown Bramble

📋 copy color: '#4D331F'

red 77 ◦ green 51 ◦ blue 31

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

Shades of Brown Bramble #4D331F

Tints of Brown Bramble #4D331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 48.43%
G = 32.08%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D331F (or 0x4D331F) is known color: Brown Bramble. HEX triplet: 4D, 33 and 1F. RGB value is (77,51,31). Sum of RGB (Red+Green+Blue) = 77+51+31=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331F is #B2CCE0. Grayscale: #383838. Windows color (decimal): -11717857 or 2044749. OLE color: 2044749.

HSL color Cylindrical-coordinate representation of color #4D331F: hue angle of 26.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D331F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 51 31 -
CMYK 0 0.34 0.60 0.70
HSL 26.09º 0.43% 0.21% -
HSV(B) 26.09º 0.6% 0.3% -
XYZ 4.49 4.04 1.84 -
YUV 56.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 77 51 31 0 0.34 0.60 0.70 26.09 0.43 0.21
Hex 4D 33 1F 0 22 3C 46 1A 2B 15
Octal 115 63 37 0 42 74 106 32 53 25
Binary 1001101 110011 11111 0 100010 111100 1000110 11010 101011 10101

Color Harmonies of #4D331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D331F

Black with #4D331F

Text Example


Text Example

White with #4D331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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