Html Css Color HEX #4D331C Brown Bramble

📋 copy color: '#4D331C'

red 77 ◦ green 51 ◦ blue 28

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

Shades of Brown Bramble #4D331C

Tints of Brown Bramble #4D331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 49.36%
G = 32.69%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D331C (or 0x4D331C) is known color: Brown Bramble. HEX triplet: 4D, 33 and 1C. RGB value is (77,51,28). Sum of RGB (Red+Green+Blue) = 77+51+28=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331C is #B2CCE3. Grayscale: #383838. Windows color (decimal): -11717860 or 1848141. OLE color: 1848141.

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

Color convert

RGB 77 51 28 -
CMYK 0 0.34 0.64 0.70
HSL 28.16º 0.47% 0.21% -
HSV(B) 28.16º 0.64% 0.3% -
XYZ 4.45 4.03 1.64 -
YUV 56.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 77 51 28 0 0.34 0.64 0.70 28.16 0.47 0.21
Hex 4D 33 1C 0 22 40 46 1C 2F 15
Octal 115 63 34 0 42 100 106 34 57 25
Binary 1001101 110011 11100 0 100010 1000000 1000110 11100 101111 10101

Color Harmonies of #4D331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D331C

Black with #4D331C

Text Example


Text Example

White with #4D331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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