#4B3014

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

Shades of Brown Bramble #4B3014

Tints of Brown Bramble #4B3014

Color information

#4B3014 (or 0x4B3014) is unknown color: approx Brown Bramble. HEX triplet: 4B, 30 and 14. RGB value is (75,48,20). Sum of RGB (Red+Green+Blue) = 75+48+20=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3014 is #B4CFEB. Grayscale: #353535. Windows color (decimal): -11849708 or 1323083. OLE color: 1323083.

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

Color convert

RGB754820-
CMYK00.360.730.71
HSL30.55º57.89%18.63%-
HSV(B)30.55º73.33%29.41%-
XYZ4.083.661.15-
YUV52.88109.45143.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=52.45%
G=33.57%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75482000.360.730.7130.5557.8918.63
Hex4B301402449471f3a13
Octal1136024044111107377223
Binary1001011110000101000100100100100110001111111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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