#4C3016

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

Shades of Brown Bramble #4C3016

Tints of Brown Bramble #4C3016

Color information

#4C3016 (or 0x4C3016) is unknown color: approx Brown Bramble. HEX triplet: 4C, 30 and 16. RGB value is (76,48,22). Sum of RGB (Red+Green+Blue) = 76+48+22=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3016 is #B3CFE9. Grayscale: #353535. Windows color (decimal): -11784170 or 1454156. OLE color: 1454156.

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

Color convert

RGB764822-
CMYK00.370.710.70
HSL28.89º55.1%19.22%-
HSV(B)28.89º71.05%29.8%-
XYZ4.183.711.25-
YUV53.41110.28144.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.05%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=52.05%
G=32.88%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76482200.370.710.7028.8955.119.22
Hex4C301602547461d3713
Octal1146026045107106356723
Binary1001100110000101100100101100011110001101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,22); }

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

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

 a { background-color: rgb(76,48,22); }

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

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

 span { border-color: rgb(76,48,22); }

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