#4C3011

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

Shades of Brown Bramble #4C3011

Tints of Brown Bramble #4C3011

Color information

#4C3011 (or 0x4C3011) is unknown color: approx Brown Bramble. HEX triplet: 4C, 30 and 11. RGB value is (76,48,17). Sum of RGB (Red+Green+Blue) = 76+48+17=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3011 is #B3CFEE. Grayscale: #343434. Windows color (decimal): -11784175 or 1126476. OLE color: 1126476.

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

Color convert

RGB764817-
CMYK00.370.780.70
HSL31.53º63.44%18.24%-
HSV(B)31.53º77.63%29.8%-
XYZ4.143.691.02-
YUV52.84107.78144.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.90%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=53.90%
G=34.04%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76481700.370.780.7031.5363.4418.24
Hex4C30110254E46203f12
Octal1146021045116106407722
Binary10011001100001000101001011001110100011010000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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