#4B3116

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

Shades of Brown Bramble #4B3116

Tints of Brown Bramble #4B3116

Color information

#4B3116 (or 0x4B3116) is unknown color: approx Brown Bramble. HEX triplet: 4B, 31 and 16. RGB value is (75,49,22). Sum of RGB (Red+Green+Blue) = 75+49+22=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3116 is #B4CEE9. Grayscale: #353535. Windows color (decimal): -11849450 or 1454411. OLE color: 1454411.

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

Color convert

RGB754922-
CMYK00.350.710.71
HSL30.57º54.64%19.02%-
HSV(B)30.57º70.67%29.41%-
XYZ4.143.751.26-
YUV53.7110.11143.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=51.37%
G=33.56%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75492200.350.710.7130.5754.6419.02
Hex4B311602347471f3713
Octal1136126043107107376723
Binary1001011110001101100100011100011110001111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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