#4D3320

Color #4D3320 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #4D3320

Tints of Brown Bramble #4D3320

Color information

#4D3320 (or 0x4D3320) is unknown color: approx Brown Bramble. HEX triplet: 4D, 33 and 20. RGB value is (77,51,32). Sum of RGB (Red+Green+Blue) = 77+51+32=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3320 is #B2CCDF. Grayscale: #383838. Windows color (decimal): -11717856 or 2110285. OLE color: 2110285.

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

Color convert

RGB775132-
CMYK00.340.580.70
HSL25.33º41.28%21.37%-
HSV(B)25.33º58.44%30.2%-
XYZ4.514.051.91-
YUV56.61114.11142.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 32 (12.89% from 255) = 20%
R=48.12%
G=31.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77513200.340.580.7025.3341.2821.37
Hex4D33200223A46192915
Octal115634004272106315125
Binary1001101110011100000010001011101010001101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3320;
 }
 .AnyTagClassName
 {
   color: #4D3320;
 }
</style>
background-color css

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

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

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

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

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

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