#4B311B

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

Shades of Brown Bramble #4B311B

Tints of Brown Bramble #4B311B

Color information

#4B311B (or 0x4B311B) is unknown color: approx Brown Bramble. HEX triplet: 4B, 31 and 1B. RGB value is (75,49,27). Sum of RGB (Red+Green+Blue) = 75+49+27=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B311B is #B4CEE4. Grayscale: #363636. Windows color (decimal): -11849445 or 1782091. OLE color: 1782091.

HSL color Cylindrical-coordinate representation of color #4B311B: hue angle of 27.5º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B311B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB754927-
CMYK00.350.640.71
HSL27.5º47.06%20%-
HSV(B)27.5º64%29.41%-
XYZ4.23.771.54-
YUV54.27112.61142.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=49.67%
G=32.45%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75492700.350.640.7127.547.0620
Hex4B311B02340471c2f14
Octal1136133043100107345724
Binary1001011110001110110100011100000010001111110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,27); }

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

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

 a { background-color: rgb(75,49,27); }

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

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

 span { border-color: rgb(75,49,27); }

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