#4C2C11

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

Shades of Brown Bramble #4C2C11

Tints of Brown Bramble #4C2C11

Color information

#4C2C11 (or 0x4C2C11) is unknown color: approx Brown Bramble. HEX triplet: 4C, 2C and 11. RGB value is (76,44,17). Sum of RGB (Red+Green+Blue) = 76+44+17=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2C11 is #B3D3EE. Grayscale: #323232. Windows color (decimal): -11785199 or 1125452. OLE color: 1125452.

HSL color Cylindrical-coordinate representation of color #4C2C11: hue angle of 27.46º 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 #4C2C11 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB764417-
CMYK00.420.780.70
HSL27.46º63.44%18.24%-
HSV(B)27.46º77.63%29.8%-
XYZ3.983.380.97-
YUV50.49109.1146.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.47%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=55.47%
G=32.12%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76441700.420.780.7027.4663.4418.24
Hex4C2C1102A4E461b3f12
Octal1145421052116106337722
Binary1001100101100100010101010100111010001101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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