#4D331B

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

Shades of Brown Bramble #4D331B

Tints of Brown Bramble #4D331B

Color information

#4D331B (or 0x4D331B) is unknown color: approx Brown Bramble. HEX triplet: 4D, 33 and 1B. RGB value is (77,51,27). Sum of RGB (Red+Green+Blue) = 77+51+27=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331B is #B2CCE4. Grayscale: #383838. Windows color (decimal): -11717861 or 1782605. OLE color: 1782605.

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

Color convert

RGB775127-
CMYK00.340.650.70
HSL28.8º48.08%20.39%-
HSV(B)28.8º64.94%30.2%-
XYZ4.444.021.58-
YUV56.04111.61142.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=49.68%
G=32.90%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77512700.340.650.7028.848.0820.39
Hex4D331B02241461d3014
Octal1156333042101106356024
Binary1001101110011110110100010100000110001101110111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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