#4C321E

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

Shades of Brown Bramble #4C321E

Tints of Brown Bramble #4C321E

Color information

#4C321E (or 0x4C321E) is unknown color: approx Brown Bramble. HEX triplet: 4C, 32 and 1E. RGB value is (76,50,30). Sum of RGB (Red+Green+Blue) = 76+50+30=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C321E is #B3CDE1. Grayscale: #373737. Windows color (decimal): -11783650 or 1978956. OLE color: 1978956.

HSL color Cylindrical-coordinate representation of color #4C321E: hue angle of 26.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C321E is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB765030-
CMYK00.340.610.70
HSL26.09º43.4%20.78%-
HSV(B)26.09º60.53%29.8%-
XYZ4.363.911.75-
YUV55.49113.61142.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.72%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=48.72%
G=32.05%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76503000.340.610.7026.0943.420.78
Hex4C321E0223D461a2b15
Octal114623604275106325325
Binary100110011001011110010001011110110001101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,30); }

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

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

 a { background-color: rgb(76,50,30); }

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

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

 span { border-color: rgb(76,50,30); }

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