#4B3011

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

Shades of Brown Bramble #4B3011

Tints of Brown Bramble #4B3011

Color information

#4B3011 (or 0x4B3011) is unknown color: approx Brown Bramble. HEX triplet: 4B, 30 and 11. RGB value is (75,48,17). Sum of RGB (Red+Green+Blue) = 75+48+17=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3011 is #B4CFEE. Grayscale: #343434. Windows color (decimal): -11849711 or 1126475. OLE color: 1126475.

HSL color Cylindrical-coordinate representation of color #4B3011: hue angle of 32.07º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B3011 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB754817-
CMYK00.360.770.71
HSL32.07º63.04%18.04%-
HSV(B)32.07º77.33%29.41%-
XYZ4.063.651.02-
YUV52.54107.95144.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=53.57%
G=34.29%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75481700.360.770.7132.0763.0418.04
Hex4B30110244D47203f12
Octal1136021044115107407722
Binary10010111100001000101001001001101100011110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,17); }

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

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

 a { background-color: rgb(75,48,17); }

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

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

 span { border-color: rgb(75,48,17); }

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