#4C3019

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

Shades of Brown Bramble #4C3019

Tints of Brown Bramble #4C3019

Color information

#4C3019 (or 0x4C3019) is unknown color: approx Brown Bramble. HEX triplet: 4C, 30 and 19. RGB value is (76,48,25). Sum of RGB (Red+Green+Blue) = 76+48+25=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3019 is #B3CFE6. Grayscale: #353535. Windows color (decimal): -11784167 or 1650764. OLE color: 1650764.

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

Color convert

RGB764825-
CMYK00.370.670.70
HSL27.06º50.5%19.8%-
HSV(B)27.06º67.11%29.8%-
XYZ4.213.721.42-
YUV53.75111.78143.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=51.01%
G=32.21%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76482500.370.670.7027.0650.519.8
Hex4C301902543461b3214
Octal1146031045103106336224
Binary1001100110000110010100101100001110001101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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